Html Css Color HEX #09467C Dark Cerulean

📋 copy color: '#09467C'

red 9 ◦ green 70 ◦ blue 124

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

Shades of Dark Cerulean #09467C

Tints of Dark Cerulean #09467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.48%

 BLUE value IS 124 (48.83% from 255) = 61.08%

R = 4.43%
G = 34.48%
B = 61.08%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09467C (or 0x09467C) is known color: Dark Cerulean. HEX triplet: 09, 46 and 7C. RGB value is (9,70,124). Sum of RGB (Red+Green+Blue) = 9+70+124=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #09467C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09467C is #F6B983. Grayscale: #393939. Windows color (decimal): -16169348 or 8144393. OLE color: 8144393.

HSL color Cylindrical-coordinate representation of color #09467C: hue angle of 208.17º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09467C is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 70 124 -
CMYK 0.93 0.44 0 0.51
HSL 208.17º 0.86% 0.26% -
HSV(B) 208.17º 0.93% 0.49% -
XYZ 5.94 5.89 19.89 -
YUV 57.92 165.29 93.11 -
System Red Green Blue C M Y K H S L
Decimal 9 70 124 0.93 0.44 0 0.51 208.17 0.86 0.26
Hex 9 46 7C 5D 2C 0 33 D0 56 1A
Octal 11 106 174 135 54 0 63 320 126 32
Binary 1001 1000110 1111100 1011101 101100 0 110011 11010000 1010110 11010

Color Harmonies of #09467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09467C

Black with #09467C

Text Example


Text Example

White with #09467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09467C; }

 p { color: rgb(9,70,124); }

 H1.HeaderClassName
 {
   color: #09467C;
 }
 .AnyTagClassName
 {
   color: #09467C;
 }
</style>

background-color css

<style>
 a { background-color: #09467C; }

 a { background-color: rgb(9,70,124); }

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

border-color css

<style>
 span { border-color: #09467C; }

 span { border-color: rgb(9,70,124); }

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