Html Css Color HEX #095A92 Dark Cerulean

📋 copy color: '#095A92'

red 9 ◦ green 90 ◦ blue 146

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

Shades of Dark Cerulean #095A92

Tints of Dark Cerulean #095A92

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.73%

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

R = 3.67%
G = 36.73%
B = 59.59%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#095A92 (or 0x095A92) is known color: Dark Cerulean. HEX triplet: 09, 5A and 92. RGB value is (9,90,146). Sum of RGB (Red+Green+Blue) = 9+90+146=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #095A92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095A92 is #F6A56D. Grayscale: #474747. Windows color (decimal): -16164206 or 9591305. OLE color: 9591305.

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

Color convert

RGB 9 90 146 -
CMYK 0.94 0.38 0 0.43
HSL 204.53º 0.88% 0.3% -
HSV(B) 204.53º 0.94% 0.57% -
XYZ 8.96 9.45 28.55 -
YUV 72.17 169.66 82.95 -
System Red Green Blue C M Y K H S L
Decimal 9 90 146 0.94 0.38 0 0.43 204.53 0.88 0.3
Hex 9 5A 92 5E 26 0 2B CD 58 1E
Octal 11 132 222 136 46 0 53 315 130 36
Binary 1001 1011010 10010010 1011110 100110 0 101011 11001101 1011000 11110

Color Harmonies of #095A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A92

Black with #095A92

Text Example


Text Example

White with #095A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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