Html Css Color HEX #09498F Dark Cerulean

📋 copy color: '#09498F'

red 9 ◦ green 73 ◦ blue 143

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

Shades of Dark Cerulean #09498F

Tints of Dark Cerulean #09498F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 63.56%

R = 4%
G = 32.44%
B = 63.56%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09498F (or 0x09498F) is known color: Dark Cerulean. HEX triplet: 09, 49 and 8F. RGB value is (9,73,143). Sum of RGB (Red+Green+Blue) = 9+73+143=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 143 (56.25% from 255 or 63.56% from 225); Max value from RGB is 143 - color contains mainly: blue. Hex color #09498F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09498F is #F6B670. Grayscale: #3D3D3D. Windows color (decimal): -16168561 or 9390345. OLE color: 9390345.

HSL color Cylindrical-coordinate representation of color #09498F: hue angle of 211.34º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09498F is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 73 143 -
CMYK 0.94 0.49 0 0.44
HSL 211.34º 0.88% 0.3% -
HSV(B) 211.34º 0.94% 0.56% -
XYZ 7.45 6.81 26.91 -
YUV 61.84 173.8 90.31 -
System Red Green Blue C M Y K H S L
Decimal 9 73 143 0.94 0.49 0 0.44 211.34 0.88 0.3
Hex 9 49 8F 5E 31 0 2C D3 58 1E
Octal 11 111 217 136 61 0 54 323 130 36
Binary 1001 1001001 10001111 1011110 110001 0 101100 11010011 1011000 11110

Color Harmonies of #09498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09498F

Black with #09498F

Text Example


Text Example

White with #09498F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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