Html Css Color HEX #09498B Dark Cerulean

📋 copy color: '#09498B'

red 9 ◦ green 73 ◦ blue 139

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

Shades of Dark Cerulean #09498B

Tints of Dark Cerulean #09498B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 62.9%

R = 4.07%
G = 33.03%
B = 62.9%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09498B (or 0x09498B) is known color: Dark Cerulean. HEX triplet: 09, 49 and 8B. RGB value is (9,73,139). Sum of RGB (Red+Green+Blue) = 9+73+139=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #09498B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09498B is #F6B674. Grayscale: #3D3D3D. Windows color (decimal): -16168565 or 9128201. OLE color: 9128201.

HSL color Cylindrical-coordinate representation of color #09498B: hue angle of 210.46º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09498B is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 73 139 -
CMYK 0.94 0.47 0 0.45
HSL 210.46º 0.88% 0.29% -
HSV(B) 210.46º 0.94% 0.55% -
XYZ 7.16 6.69 25.34 -
YUV 61.39 171.8 90.63 -
System Red Green Blue C M Y K H S L
Decimal 9 73 139 0.94 0.47 0 0.45 210.46 0.88 0.29
Hex 9 49 8B 5E 2F 0 2D D2 58 1D
Octal 11 111 213 136 57 0 55 322 130 35
Binary 1001 1001001 10001011 1011110 101111 0 101101 11010010 1011000 11101

Color Harmonies of #09498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09498B

Black with #09498B

Text Example


Text Example

White with #09498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09498B; }

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

 H1.HeaderClassName
 {
   color: #09498B;
 }
 .AnyTagClassName
 {
   color: #09498B;
 }
</style>

background-color css

<style>
 a { background-color: #09498B; }

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

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

border-color css

<style>
 span { border-color: #09498B; }

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

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