Html Css Color HEX #09488B Dark Cerulean

📋 copy color: '#09488B'

red 9 ◦ green 72 ◦ blue 139

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

Shades of Dark Cerulean #09488B

Tints of Dark Cerulean #09488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.73%

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

R = 4.09%
G = 32.73%
B = 63.18%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09488B (or 0x09488B) is known color: Dark Cerulean. HEX triplet: 09, 48 and 8B. RGB value is (9,72,139). Sum of RGB (Red+Green+Blue) = 9+72+139=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #09488B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09488B is #F6B774. Grayscale: #3C3C3C. Windows color (decimal): -16168821 or 9127945. OLE color: 9127945.

HSL color Cylindrical-coordinate representation of color #09488B: hue angle of 210.92º 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 #09488B is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 72 139 -
CMYK 0.94 0.48 0 0.45
HSL 210.92º 0.88% 0.29% -
HSV(B) 210.92º 0.94% 0.55% -
XYZ 7.09 6.56 25.32 -
YUV 60.8 172.13 91.05 -
System Red Green Blue C M Y K H S L
Decimal 9 72 139 0.94 0.48 0 0.45 210.92 0.88 0.29
Hex 9 48 8B 5E 30 0 2D D3 58 1D
Octal 11 110 213 136 60 0 55 323 130 35
Binary 1001 1001000 10001011 1011110 110000 0 101101 11010011 1011000 11101

Color Harmonies of #09488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09488B

Black with #09488B

Text Example


Text Example

White with #09488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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