Html Css Color HEX #09327D Dark Cerulean

📋 copy color: '#09327D'

red 9 ◦ green 50 ◦ blue 125

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

Shades of Dark Cerulean #09327D

Tints of Dark Cerulean #09327D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 67.93%

R = 4.89%
G = 27.17%
B = 67.93%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09327D (or 0x09327D) is known color: Dark Cerulean. HEX triplet: 09, 32 and 7D. RGB value is (9,50,125). Sum of RGB (Red+Green+Blue) = 9+50+125=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 125 (49.22% from 255 or 67.93% from 184); Max value from RGB is 125 - color contains mainly: blue. Hex color #09327D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09327D is #F6CD82. Grayscale: #2D2D2D. Windows color (decimal): -16174467 or 8204809. OLE color: 8204809.

HSL color Cylindrical-coordinate representation of color #09327D: hue angle of 218.79º degrees, saturation: 0.87, 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 #09327D is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 50 125 -
CMYK 0.93 0.60 0 0.51
HSL 218.79º 0.87% 0.26% -
HSV(B) 218.79º 0.93% 0.49% -
XYZ 4.95 3.82 19.88 -
YUV 46.29 172.42 101.4 -
System Red Green Blue C M Y K H S L
Decimal 9 50 125 0.93 0.60 0 0.51 218.79 0.87 0.26
Hex 9 32 7D 5D 3C 0 33 DB 57 1A
Octal 11 62 175 135 74 0 63 333 127 32
Binary 1001 110010 1111101 1011101 111100 0 110011 11011011 1010111 11010

Color Harmonies of #09327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09327D

Black with #09327D

Text Example


Text Example

White with #09327D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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