Html Css Color HEX #095885 Dark Cerulean

📋 copy color: '#095885'

red 9 ◦ green 88 ◦ blue 133

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

Shades of Dark Cerulean #095885

Tints of Dark Cerulean #095885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 57.83%

R = 3.91%
G = 38.26%
B = 57.83%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#095885 (or 0x095885) is known color: Dark Cerulean. HEX triplet: 09, 58 and 85. RGB value is (9,88,133). Sum of RGB (Red+Green+Blue) = 9+88+133=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #095885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095885 is #F6A77A. Grayscale: #454545. Windows color (decimal): -16164731 or 8738825. OLE color: 8738825.

HSL color Cylindrical-coordinate representation of color #095885: hue angle of 201.77º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095885 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 88 133 -
CMYK 0.93 0.34 0 0.48
HSL 201.77º 0.87% 0.28% -
HSV(B) 201.77º 0.93% 0.52% -
XYZ 7.84 8.73 23.46 -
YUV 69.51 163.83 84.84 -
System Red Green Blue C M Y K H S L
Decimal 9 88 133 0.93 0.34 0 0.48 201.77 0.87 0.28
Hex 9 58 85 5D 22 0 30 CA 57 1C
Octal 11 130 205 135 42 0 60 312 127 34
Binary 1001 1011000 10000101 1011101 100010 0 110000 11001010 1010111 11100

Color Harmonies of #095885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095885

Black with #095885

Text Example


Text Example

White with #095885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095885; }

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

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

background-color css

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

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

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

border-color css

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

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

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