Html Css Color HEX #09628D Allports

📋 copy color: '#09628D'

red 9 ◦ green 98 ◦ blue 141

#09628D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #09628D

Tints of Allports #09628D

RGB

 RED value IS 9 (3.91% from 255) = 3.63%

 GREEN value IS 98 (38.67% from 255) = 39.52%

 BLUE value IS 141 (55.47% from 255) = 56.85%

R = 3.63%
G = 39.52%
B = 56.85%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#09628D (or 0x09628D) is known color: Allports. HEX triplet: 09, 62 and 8D. RGB value is (9,98,141). Sum of RGB (Red+Green+Blue) = 9+98+141=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #09628D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09628D is #F69D72. Grayscale: #4C4C4C. Windows color (decimal): -16162163 or 9265673. OLE color: 9265673.

HSL color Cylindrical-coordinate representation of color #09628D: hue angle of 199.55º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09628D is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 98 141 -
CMYK 0.94 0.30 0 0.45
HSL 199.55º 0.88% 0.29% -
HSV(B) 199.55º 0.94% 0.55% -
XYZ 9.29 10.72 26.78 -
YUV 76.29 164.51 80 -
System Red Green Blue C M Y K H S L
Decimal 9 98 141 0.94 0.30 0 0.45 199.55 0.88 0.29
Hex 9 62 8D 5E 1E 0 2D C8 58 1D
Octal 11 142 215 136 36 0 55 310 130 35
Binary 1001 1100010 10001101 1011110 11110 0 101101 11001000 1011000 11101

Color Harmonies of #09628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09628D

Black with #09628D

Text Example


Text Example

White with #09628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09628D; }

 p { color: rgb(9,98,141); }

 H1.HeaderClassName
 {
   color: #09628D;
 }
 .AnyTagClassName
 {
   color: #09628D;
 }
</style>

background-color css

<style>
 a { background-color: #09628D; }

 a { background-color: rgb(9,98,141); }

 div.DivClassName
 {
   background-color: #09628D;
 }
 .BgClassName
 {
   background-color: #09628D;
 }
</style>

border-color css

<style>
 span { border-color: #09628D; }

 span { border-color: rgb(9,98,141); }

 td.TdClassName
 {
   border-color: #09628D;
 }
 .TagClassName
 {
   border-color: #09628D;
 }
</style>