Html Css Color HEX #095692 Dark Cerulean

📋 copy color: '#095692'

red 9 ◦ green 86 ◦ blue 146

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

Shades of Dark Cerulean #095692

Tints of Dark Cerulean #095692

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.68%

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

R = 3.73%
G = 35.68%
B = 60.58%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#095692 (or 0x095692) is known color: Dark Cerulean. HEX triplet: 09, 56 and 92. RGB value is (9,86,146). Sum of RGB (Red+Green+Blue) = 9+86+146=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #095692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095692 is #F6A96D. Grayscale: #454545. Windows color (decimal): -16165230 or 9590281. OLE color: 9590281.

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

Color convert

RGB 9 86 146 -
CMYK 0.94 0.41 0 0.43
HSL 206.28º 0.88% 0.3% -
HSV(B) 206.28º 0.94% 0.57% -
XYZ 8.63 8.79 28.44 -
YUV 69.82 170.99 84.62 -
System Red Green Blue C M Y K H S L
Decimal 9 86 146 0.94 0.41 0 0.43 206.28 0.88 0.3
Hex 9 56 92 5E 29 0 2B CE 58 1E
Octal 11 126 222 136 51 0 53 316 130 36
Binary 1001 1010110 10010010 1011110 101001 0 101011 11001110 1011000 11110

Color Harmonies of #095692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095692

Black with #095692

Text Example


Text Example

White with #095692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095692; }

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

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

background-color css

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

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

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

border-color css

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

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

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