Html Css Color HEX #09478D Dark Cerulean

📋 copy color: '#09478D'

red 9 ◦ green 71 ◦ blue 141

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

Shades of Dark Cerulean #09478D

Tints of Dark Cerulean #09478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.13%

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

R = 4.07%
G = 32.13%
B = 63.8%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09478D (or 0x09478D) is known color: Dark Cerulean. HEX triplet: 09, 47 and 8D. RGB value is (9,71,141). Sum of RGB (Red+Green+Blue) = 9+71+141=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #09478D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09478D is #F6B872. Grayscale: #3C3C3C. Windows color (decimal): -16169075 or 9258761. OLE color: 9258761.

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

Color convert

RGB 9 71 141 -
CMYK 0.94 0.50 0 0.45
HSL 211.82º 0.88% 0.29% -
HSV(B) 211.82º 0.94% 0.55% -
XYZ 7.17 6.49 26.07 -
YUV 60.44 173.46 91.31 -
System Red Green Blue C M Y K H S L
Decimal 9 71 141 0.94 0.50 0 0.45 211.82 0.88 0.29
Hex 9 47 8D 5E 32 0 2D D4 58 1D
Octal 11 107 215 136 62 0 55 324 130 35
Binary 1001 1000111 10001101 1011110 110010 0 101101 11010100 1011000 11101

Color Harmonies of #09478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09478D

Black with #09478D

Text Example


Text Example

White with #09478D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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