Html Css Color HEX #09307F Dark Cerulean

📋 copy color: '#09307F'

red 9 ◦ green 48 ◦ blue 127

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

Shades of Dark Cerulean #09307F

Tints of Dark Cerulean #09307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.09%

 BLUE value IS 127 (50% from 255) = 69.02%

R = 4.89%
G = 26.09%
B = 69.02%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#09307F (or 0x09307F) is known color: Dark Cerulean. HEX triplet: 09, 30 and 7F. RGB value is (9,48,127). Sum of RGB (Red+Green+Blue) = 9+48+127=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 127 (50% from 255 or 69.02% from 184); Max value from RGB is 127 - color contains mainly: blue. Hex color #09307F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09307F is #F6CF80. Grayscale: #2C2C2C. Windows color (decimal): -16174977 or 8335369. OLE color: 8335369.

HSL color Cylindrical-coordinate representation of color #09307F: hue angle of 220.17º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09307F is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 48 127 -
CMYK 0.93 0.62 0 0.50
HSL 220.17º 0.87% 0.27% -
HSV(B) 220.17º 0.93% 0.5% -
XYZ 5 3.7 20.53 -
YUV 45.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 9 48 127 0.93 0.62 0 0.50 220.17 0.87 0.27
Hex 9 30 7F 5D 3E 0 32 DC 57 1B
Octal 11 60 177 135 76 0 62 334 127 33
Binary 1001 110000 1111111 1011101 111110 0 110010 11011100 1010111 11011

Color Harmonies of #09307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09307F

Black with #09307F

Text Example


Text Example

White with #09307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09307F; }

 p { color: rgb(9,48,127); }

 H1.HeaderClassName
 {
   color: #09307F;
 }
 .AnyTagClassName
 {
   color: #09307F;
 }
</style>

background-color css

<style>
 a { background-color: #09307F; }

 a { background-color: rgb(9,48,127); }

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

border-color css

<style>
 span { border-color: #09307F; }

 span { border-color: rgb(9,48,127); }

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