Html Css Color HEX #09397D Dark Cerulean

📋 copy color: '#09397D'

red 9 ◦ green 57 ◦ blue 125

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

Shades of Dark Cerulean #09397D

Tints of Dark Cerulean #09397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.84%

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

R = 4.71%
G = 29.84%
B = 65.45%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09397D (or 0x09397D) is known color: Dark Cerulean. HEX triplet: 09, 39 and 7D. RGB value is (9,57,125). Sum of RGB (Red+Green+Blue) = 9+57+125=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #09397D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09397D is #F6C682. Grayscale: #323232. Windows color (decimal): -16172675 or 8206601. OLE color: 8206601.

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

Color convert

RGB 9 57 125 -
CMYK 0.93 0.54 0 0.51
HSL 215.17º 0.87% 0.26% -
HSV(B) 215.17º 0.93% 0.49% -
XYZ 5.28 4.47 19.99 -
YUV 50.4 170.1 98.47 -
System Red Green Blue C M Y K H S L
Decimal 9 57 125 0.93 0.54 0 0.51 215.17 0.87 0.26
Hex 9 39 7D 5D 36 0 33 D7 57 1A
Octal 11 71 175 135 66 0 63 327 127 32
Binary 1001 111001 1111101 1011101 110110 0 110011 11010111 1010111 11010

Color Harmonies of #09397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09397D

Black with #09397D

Text Example


Text Example

White with #09397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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