Html Css Color HEX #095785 Dark Cerulean

📋 copy color: '#095785'

red 9 ◦ green 87 ◦ blue 133

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

Shades of Dark Cerulean #095785

Tints of Dark Cerulean #095785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.99%

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

R = 3.93%
G = 37.99%
B = 58.08%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#095785 (or 0x095785) is known color: Dark Cerulean. HEX triplet: 09, 57 and 85. RGB value is (9,87,133). Sum of RGB (Red+Green+Blue) = 9+87+133=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #095785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095785 is #F6A87A. Grayscale: #444444. Windows color (decimal): -16164987 or 8738569. OLE color: 8738569.

HSL color Cylindrical-coordinate representation of color #095785: hue angle of 202.26º 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 #095785 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 87 133 -
CMYK 0.93 0.35 0 0.48
HSL 202.26º 0.87% 0.28% -
HSV(B) 202.26º 0.93% 0.52% -
XYZ 7.75 8.57 23.44 -
YUV 68.92 164.16 85.26 -
System Red Green Blue C M Y K H S L
Decimal 9 87 133 0.93 0.35 0 0.48 202.26 0.87 0.28
Hex 9 57 85 5D 23 0 30 CA 57 1C
Octal 11 127 205 135 43 0 60 312 127 34
Binary 1001 1010111 10000101 1011101 100011 0 110000 11001010 1010111 11100

Color Harmonies of #095785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095785

Black with #095785

Text Example


Text Example

White with #095785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095785; }

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

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

background-color css

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

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

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

border-color css

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

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

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