Html Css Color HEX #09486B Dark Cerulean

📋 copy color: '#09486B'

red 9 ◦ green 72 ◦ blue 107

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

Shades of Dark Cerulean #09486B

Tints of Dark Cerulean #09486B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.3%

 BLUE value IS 107 (42.19% from 255) = 56.91%

R = 4.79%
G = 38.3%
B = 56.91%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09486B (or 0x09486B) is known color: Dark Cerulean. HEX triplet: 09, 48 and 6B. RGB value is (9,72,107). Sum of RGB (Red+Green+Blue) = 9+72+107=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #09486B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09486B is #F6B794. Grayscale: #383838. Windows color (decimal): -16168853 or 7030793. OLE color: 7030793.

HSL color Cylindrical-coordinate representation of color #09486B: hue angle of 201.43º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09486B is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 72 107 -
CMYK 0.92 0.33 0 0.58
HSL 201.43º 0.84% 0.23% -
HSV(B) 201.43º 0.92% 0.42% -
XYZ 5.08 5.75 14.75 -
YUV 57.15 156.13 93.65 -
System Red Green Blue C M Y K H S L
Decimal 9 72 107 0.92 0.33 0 0.58 201.43 0.84 0.23
Hex 9 48 6B 5C 21 0 3A C9 54 17
Octal 11 110 153 134 41 0 72 311 124 27
Binary 1001 1001000 1101011 1011100 100001 0 111010 11001001 1010100 10111

Color Harmonies of #09486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09486B

Black with #09486B

Text Example


Text Example

White with #09486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09486B; }

 p { color: rgb(9,72,107); }

 H1.HeaderClassName
 {
   color: #09486B;
 }
 .AnyTagClassName
 {
   color: #09486B;
 }
</style>

background-color css

<style>
 a { background-color: #09486B; }

 a { background-color: rgb(9,72,107); }

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

border-color css

<style>
 span { border-color: #09486B; }

 span { border-color: rgb(9,72,107); }

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