Html Css Color HEX #09497E Dark Cerulean

📋 copy color: '#09497E'

red 9 ◦ green 73 ◦ blue 126

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

Shades of Dark Cerulean #09497E

Tints of Dark Cerulean #09497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 60.58%

R = 4.33%
G = 35.1%
B = 60.58%

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

#09497E (or 0x09497E) is known color: Dark Cerulean. HEX triplet: 09, 49 and 7E. RGB value is (9,73,126). Sum of RGB (Red+Green+Blue) = 9+73+126=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 126 (49.61% from 255 or 60.58% from 208); Max value from RGB is 126 - color contains mainly: blue. Hex color #09497E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09497E is #F6B681. Grayscale: #3B3B3B. Windows color (decimal): -16168578 or 8276233. OLE color: 8276233.

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

Color convert

RGB 9 73 126 -
CMYK 0.93 0.42 0 0.51
HSL 207.18º 0.87% 0.26% -
HSV(B) 207.18º 0.93% 0.49% -
XYZ 6.26 6.33 20.63 -
YUV 59.91 165.3 91.69 -
System Red Green Blue C M Y K H S L
Decimal 9 73 126 0.93 0.42 0 0.51 207.18 0.87 0.26
Hex 9 49 7E 5D 2A 0 33 CF 57 1A
Octal 11 111 176 135 52 0 63 317 127 32
Binary 1001 1001001 1111110 1011101 101010 0 110011 11001111 1010111 11010

Color Harmonies of #09497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09497E

Black with #09497E

Text Example


Text Example

White with #09497E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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