Html Css Color HEX #095478 Dark Cerulean

📋 copy color: '#095478'

red 9 ◦ green 84 ◦ blue 120

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

Shades of Dark Cerulean #095478

Tints of Dark Cerulean #095478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.44%

 BLUE value IS 120 (47.27% from 255) = 56.34%

R = 4.23%
G = 39.44%
B = 56.34%

CMYK

 C value IS 0.92

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#095478 (or 0x095478) is known color: Dark Cerulean. HEX triplet: 09, 54 and 78. RGB value is (9,84,120). Sum of RGB (Red+Green+Blue) = 9+84+120=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #095478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095478 is #F6AB87. Grayscale: #414141. Windows color (decimal): -16165768 or 7885833. OLE color: 7885833.

HSL color Cylindrical-coordinate representation of color #095478: hue angle of 199.46º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095478 is Cyan = 0.92, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 84 120 -
CMYK 0.92 0.3 0 0.53
HSL 199.46º 0.86% 0.25% -
HSV(B) 199.46º 0.93% 0.47% -
XYZ 6.67 7.75 18.91 -
YUV 65.68 158.65 87.57 -
System Red Green Blue C M Y K H S L
Decimal 9 84 120 0.92 0.3 0 0.53 199.46 0.86 0.25
Hex 9 54 78 5C 1E 0 35 C7 56 19
Octal 11 124 170 134 36 0 65 307 126 31
Binary 1001 1010100 1111000 1011100 11110 0 110101 11000111 1010110 11001

Color Harmonies of #095478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095478

Black with #095478

Text Example


Text Example

White with #095478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095478; }

 p { color: rgb(9,84,120); }

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

background-color css

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

 a { background-color: rgb(9,84,120); }

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

border-color css

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

 span { border-color: rgb(9,84,120); }

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