Html Css Color HEX #095192 Dark Cerulean

📋 copy color: '#095192'

red 9 ◦ green 81 ◦ blue 146

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

Shades of Dark Cerulean #095192

Tints of Dark Cerulean #095192

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.32%

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

R = 3.81%
G = 34.32%
B = 61.86%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#095192 (or 0x095192) is known color: Dark Cerulean. HEX triplet: 09, 51 and 92. RGB value is (9,81,146). Sum of RGB (Red+Green+Blue) = 9+81+146=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #095192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095192 is #F6AE6D. Grayscale: #424242. Windows color (decimal): -16166510 or 9589001. OLE color: 9589001.

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

Color convert

RGB 9 81 146 -
CMYK 0.94 0.45 0 0.43
HSL 208.47º 0.88% 0.3% -
HSV(B) 208.47º 0.94% 0.57% -
XYZ 8.24 8.02 28.31 -
YUV 66.88 172.65 86.71 -
System Red Green Blue C M Y K H S L
Decimal 9 81 146 0.94 0.45 0 0.43 208.47 0.88 0.3
Hex 9 51 92 5E 2D 0 2B D0 58 1E
Octal 11 121 222 136 55 0 53 320 130 36
Binary 1001 1010001 10010010 1011110 101101 0 101011 11010000 1011000 11110

Color Harmonies of #095192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095192

Black with #095192

Text Example


Text Example

White with #095192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095192; }

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

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

background-color css

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

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

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

border-color css

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

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

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