Html Css Color HEX #095C92 Dark Cerulean

📋 copy color: '#095C92'

red 9 ◦ green 92 ◦ blue 146

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

Shades of Dark Cerulean #095C92

Tints of Dark Cerulean #095C92

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.25%

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

R = 3.64%
G = 37.25%
B = 59.11%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#095C92 (or 0x095C92) is known color: Dark Cerulean. HEX triplet: 09, 5C and 92. RGB value is (9,92,146). Sum of RGB (Red+Green+Blue) = 9+92+146=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #095C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095C92 is #F6A36D. Grayscale: #494949. Windows color (decimal): -16163694 or 9591817. OLE color: 9591817.

HSL color Cylindrical-coordinate representation of color #095C92: hue angle of 203.65º 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 #095C92 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 92 146 -
CMYK 0.94 0.37 0 0.43
HSL 203.65º 0.88% 0.3% -
HSV(B) 203.65º 0.94% 0.57% -
XYZ 9.13 9.79 28.6 -
YUV 73.34 169 82.11 -
System Red Green Blue C M Y K H S L
Decimal 9 92 146 0.94 0.37 0 0.43 203.65 0.88 0.3
Hex 9 5C 92 5E 25 0 2B CC 58 1E
Octal 11 134 222 136 45 0 53 314 130 36
Binary 1001 1011100 10010010 1011110 100101 0 101011 11001100 1011000 11110

Color Harmonies of #095C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C92

Black with #095C92

Text Example


Text Example

White with #095C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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