Html Css Color HEX #095592 Dark Cerulean

📋 copy color: '#095592'

red 9 ◦ green 85 ◦ blue 146

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

Shades of Dark Cerulean #095592

Tints of Dark Cerulean #095592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.42%

 BLUE value IS 146 (57.42% from 255) = 60.83%

R = 3.75%
G = 35.42%
B = 60.83%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#095592 (or 0x095592) is known color: Dark Cerulean. HEX triplet: 09, 55 and 92. RGB value is (9,85,146). Sum of RGB (Red+Green+Blue) = 9+85+146=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #095592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095592 is #F6AA6D. Grayscale: #444444. Windows color (decimal): -16165486 or 9590025. OLE color: 9590025.

HSL color Cylindrical-coordinate representation of color #095592: hue angle of 206.72º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095592 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 85 146 -
CMYK 0.94 0.42 0 0.43
HSL 206.72º 0.88% 0.3% -
HSV(B) 206.72º 0.94% 0.57% -
XYZ 8.55 8.63 28.41 -
YUV 69.23 171.32 85.04 -
System Red Green Blue C M Y K H S L
Decimal 9 85 146 0.94 0.42 0 0.43 206.72 0.88 0.3
Hex 9 55 92 5E 2A 0 2B CF 58 1E
Octal 11 125 222 136 52 0 53 317 130 36
Binary 1001 1010101 10010010 1011110 101010 0 101011 11001111 1011000 11110

Color Harmonies of #095592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095592

Black with #095592

Text Example


Text Example

White with #095592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095592; }

 p { color: rgb(9,85,146); }

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

background-color css

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

 a { background-color: rgb(9,85,146); }

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

border-color css

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

 span { border-color: rgb(9,85,146); }

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