Html Css Color HEX #09327F Dark Cerulean

📋 copy color: '#09327F'

red 9 ◦ green 50 ◦ blue 127

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

Shades of Dark Cerulean #09327F

Tints of Dark Cerulean #09327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.88%

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

R = 4.84%
G = 26.88%
B = 68.28%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#09327F (or 0x09327F) is known color: Dark Cerulean. HEX triplet: 09, 32 and 7F. RGB value is (9,50,127). Sum of RGB (Red+Green+Blue) = 9+50+127=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #09327F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09327F is #F6CD80. Grayscale: #2E2E2E. Windows color (decimal): -16174465 or 8335881. OLE color: 8335881.

HSL color Cylindrical-coordinate representation of color #09327F: hue angle of 219.15º 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 #09327F is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 50 127 -
CMYK 0.93 0.61 0 0.50
HSL 219.15º 0.87% 0.27% -
HSV(B) 219.15º 0.93% 0.5% -
XYZ 5.08 3.87 20.56 -
YUV 46.52 173.42 101.24 -
System Red Green Blue C M Y K H S L
Decimal 9 50 127 0.93 0.61 0 0.50 219.15 0.87 0.27
Hex 9 32 7F 5D 3D 0 32 DB 57 1B
Octal 11 62 177 135 75 0 62 333 127 33
Binary 1001 110010 1111111 1011101 111101 0 110010 11011011 1010111 11011

Color Harmonies of #09327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09327F

Black with #09327F

Text Example


Text Example

White with #09327F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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