Html Css Color HEX #095892 Dark Cerulean

📋 copy color: '#095892'

red 9 ◦ green 88 ◦ blue 146

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

Shades of Dark Cerulean #095892

Tints of Dark Cerulean #095892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.21%

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

R = 3.7%
G = 36.21%
B = 60.08%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#095892 (or 0x095892) is known color: Dark Cerulean. HEX triplet: 09, 58 and 92. RGB value is (9,88,146). Sum of RGB (Red+Green+Blue) = 9+88+146=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #095892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095892 is #F6A76D. Grayscale: #464646. Windows color (decimal): -16164718 or 9590793. OLE color: 9590793.

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

Color convert

RGB 9 88 146 -
CMYK 0.94 0.40 0 0.43
HSL 205.4º 0.88% 0.3% -
HSV(B) 205.4º 0.94% 0.57% -
XYZ 8.79 9.11 28.49 -
YUV 70.99 170.33 83.78 -
System Red Green Blue C M Y K H S L
Decimal 9 88 146 0.94 0.40 0 0.43 205.4 0.88 0.3
Hex 9 58 92 5E 28 0 2B CD 58 1E
Octal 11 130 222 136 50 0 53 315 130 36
Binary 1001 1011000 10010010 1011110 101000 0 101011 11001101 1011000 11110

Color Harmonies of #095892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095892

Black with #095892

Text Example


Text Example

White with #095892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095892; }

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

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

background-color css

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

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

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

border-color css

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

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

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