Html Css Color HEX #095E92 Dark Cerulean

📋 copy color: '#095E92'

red 9 ◦ green 94 ◦ blue 146

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

Shades of Dark Cerulean #095E92

Tints of Dark Cerulean #095E92

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.75%

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

R = 3.61%
G = 37.75%
B = 58.63%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#095E92 (or 0x095E92) is known color: Dark Cerulean. HEX triplet: 09, 5E and 92. RGB value is (9,94,146). Sum of RGB (Red+Green+Blue) = 9+94+146=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #095E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095E92 is #F6A16D. Grayscale: #4A4A4A. Windows color (decimal): -16163182 or 9592329. OLE color: 9592329.

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

Color convert

RGB 9 94 146 -
CMYK 0.94 0.36 0 0.43
HSL 202.77º 0.88% 0.3% -
HSV(B) 202.77º 0.94% 0.57% -
XYZ 9.3 10.14 28.66 -
YUV 74.51 168.34 81.27 -
System Red Green Blue C M Y K H S L
Decimal 9 94 146 0.94 0.36 0 0.43 202.77 0.88 0.3
Hex 9 5E 92 5E 24 0 2B CB 58 1E
Octal 11 136 222 136 44 0 53 313 130 36
Binary 1001 1011110 10010010 1011110 100100 0 101011 11001011 1011000 11110

Color Harmonies of #095E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E92

Black with #095E92

Text Example


Text Example

White with #095E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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