Html Css Color HEX #09416D Dark Cerulean

📋 copy color: '#09416D'

red 9 ◦ green 65 ◦ blue 109

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

Shades of Dark Cerulean #09416D

Tints of Dark Cerulean #09416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.52%

 BLUE value IS 109 (42.97% from 255) = 59.56%

R = 4.92%
G = 35.52%
B = 59.56%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09416D (or 0x09416D) is known color: Dark Cerulean. HEX triplet: 09, 41 and 6D. RGB value is (9,65,109). Sum of RGB (Red+Green+Blue) = 9+65+109=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #09416D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09416D is #F6BE92. Grayscale: #353535. Windows color (decimal): -16170643 or 7160073. OLE color: 7160073.

HSL color Cylindrical-coordinate representation of color #09416D: hue angle of 206.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09416D is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 65 109 -
CMYK 0.92 0.40 0 0.57
HSL 206.4º 0.85% 0.23% -
HSV(B) 206.4º 0.92% 0.43% -
XYZ 4.76 4.94 15.17 -
YUV 53.27 159.45 96.42 -
System Red Green Blue C M Y K H S L
Decimal 9 65 109 0.92 0.40 0 0.57 206.4 0.85 0.23
Hex 9 41 6D 5C 28 0 39 CE 55 17
Octal 11 101 155 134 50 0 71 316 125 27
Binary 1001 1000001 1101101 1011100 101000 0 111001 11001110 1010101 10111

Color Harmonies of #09416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09416D

Black with #09416D

Text Example


Text Example

White with #09416D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,65,109); }

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

background-color css

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

 a { background-color: rgb(9,65,109); }

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

border-color css

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

 span { border-color: rgb(9,65,109); }

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