Html Css Color HEX #095678 Dark Cerulean

📋 copy color: '#095678'

red 9 ◦ green 86 ◦ blue 120

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

Shades of Dark Cerulean #095678

Tints of Dark Cerulean #095678

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40%

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

R = 4.19%
G = 40%
B = 55.81%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#095678 (or 0x095678) is known color: Dark Cerulean. HEX triplet: 09, 56 and 78. RGB value is (9,86,120). Sum of RGB (Red+Green+Blue) = 9+86+120=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #095678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095678 is #F6A987. Grayscale: #424242. Windows color (decimal): -16165256 or 7886345. OLE color: 7886345.

HSL color Cylindrical-coordinate representation of color #095678: hue angle of 198.38º 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 #095678 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 86 120 -
CMYK 0.92 0.28 0 0.53
HSL 198.38º 0.86% 0.25% -
HSV(B) 198.38º 0.93% 0.47% -
XYZ 6.83 8.07 18.97 -
YUV 66.85 157.99 86.74 -
System Red Green Blue C M Y K H S L
Decimal 9 86 120 0.92 0.28 0 0.53 198.38 0.86 0.25
Hex 9 56 78 5C 1C 0 35 C6 56 19
Octal 11 126 170 134 34 0 65 306 126 31
Binary 1001 1010110 1111000 1011100 11100 0 110101 11000110 1010110 11001

Color Harmonies of #095678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095678

Black with #095678

Text Example


Text Example

White with #095678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095678; }

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

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

background-color css

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

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

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

border-color css

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

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

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