Html Css Color HEX #09488D Dark Cerulean

📋 copy color: '#09488D'

red 9 ◦ green 72 ◦ blue 141

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

Shades of Dark Cerulean #09488D

Tints of Dark Cerulean #09488D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 63.51%

R = 4.05%
G = 32.43%
B = 63.51%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09488D (or 0x09488D) is known color: Dark Cerulean. HEX triplet: 09, 48 and 8D. RGB value is (9,72,141). Sum of RGB (Red+Green+Blue) = 9+72+141=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #09488D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09488D is #F6B772. Grayscale: #3C3C3C. Windows color (decimal): -16168819 or 9259017. OLE color: 9259017.

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

Color convert

RGB 9 72 141 -
CMYK 0.94 0.49 0 0.45
HSL 211.36º 0.88% 0.29% -
HSV(B) 211.36º 0.94% 0.55% -
XYZ 7.24 6.62 26.09 -
YUV 61.03 173.13 90.89 -
System Red Green Blue C M Y K H S L
Decimal 9 72 141 0.94 0.49 0 0.45 211.36 0.88 0.29
Hex 9 48 8D 5E 31 0 2D D3 58 1D
Octal 11 110 215 136 61 0 55 323 130 35
Binary 1001 1001000 10001101 1011110 110001 0 101101 11010011 1011000 11101

Color Harmonies of #09488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09488D

Black with #09488D

Text Example


Text Example

White with #09488D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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