Html Css Color HEX #095492 Dark Cerulean

📋 copy color: '#095492'

red 9 ◦ green 84 ◦ blue 146

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

Shades of Dark Cerulean #095492

Tints of Dark Cerulean #095492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.15%

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

R = 3.77%
G = 35.15%
B = 61.09%

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

#095492 (or 0x095492) is known color: Dark Cerulean. HEX triplet: 09, 54 and 92. RGB value is (9,84,146). Sum of RGB (Red+Green+Blue) = 9+84+146=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #095492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095492 is #F6AB6D. Grayscale: #444444. Windows color (decimal): -16165742 or 9589769. OLE color: 9589769.

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

Color convert

RGB 9 84 146 -
CMYK 0.94 0.42 0 0.43
HSL 207.15º 0.88% 0.3% -
HSV(B) 207.15º 0.94% 0.57% -
XYZ 8.47 8.47 28.38 -
YUV 68.64 171.65 85.46 -
System Red Green Blue C M Y K H S L
Decimal 9 84 146 0.94 0.42 0 0.43 207.15 0.88 0.3
Hex 9 54 92 5E 2A 0 2B CF 58 1E
Octal 11 124 222 136 52 0 53 317 130 36
Binary 1001 1010100 10010010 1011110 101010 0 101011 11001111 1011000 11110

Color Harmonies of #095492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095492

Black with #095492

Text Example


Text Example

White with #095492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095492; }

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

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

background-color css

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

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

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

border-color css

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

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

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