Html Css Color HEX #09497D Dark Cerulean

📋 copy color: '#09497D'

red 9 ◦ green 73 ◦ blue 125

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

Shades of Dark Cerulean #09497D

Tints of Dark Cerulean #09497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.27%

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

R = 4.35%
G = 35.27%
B = 60.39%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09497D (or 0x09497D) is known color: Dark Cerulean. HEX triplet: 09, 49 and 7D. RGB value is (9,73,125). Sum of RGB (Red+Green+Blue) = 9+73+125=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #09497D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09497D is #F6B682. Grayscale: #3B3B3B. Windows color (decimal): -16168579 or 8210697. OLE color: 8210697.

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

Color convert

RGB 9 73 125 -
CMYK 0.93 0.42 0 0.51
HSL 206.9º 0.87% 0.26% -
HSV(B) 206.9º 0.93% 0.49% -
XYZ 6.2 6.3 20.29 -
YUV 59.79 164.8 91.77 -
System Red Green Blue C M Y K H S L
Decimal 9 73 125 0.93 0.42 0 0.51 206.9 0.87 0.26
Hex 9 49 7D 5D 2A 0 33 CF 57 1A
Octal 11 111 175 135 52 0 63 317 127 32
Binary 1001 1001001 1111101 1011101 101010 0 110011 11001111 1010111 11010

Color Harmonies of #09497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09497D

Black with #09497D

Text Example


Text Example

White with #09497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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