Html Css Color HEX #095985 Dark Cerulean

📋 copy color: '#095985'

red 9 ◦ green 89 ◦ blue 133

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

Shades of Dark Cerulean #095985

Tints of Dark Cerulean #095985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.53%

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

R = 3.9%
G = 38.53%
B = 57.58%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#095985 (or 0x095985) is known color: Dark Cerulean. HEX triplet: 09, 59 and 85. RGB value is (9,89,133). Sum of RGB (Red+Green+Blue) = 9+89+133=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #095985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095985 is #F6A67A. Grayscale: #454545. Windows color (decimal): -16164475 or 8739081. OLE color: 8739081.

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

Color convert

RGB 9 89 133 -
CMYK 0.93 0.33 0 0.48
HSL 201.29º 0.87% 0.28% -
HSV(B) 201.29º 0.93% 0.52% -
XYZ 7.92 8.9 23.49 -
YUV 70.1 163.5 84.42 -
System Red Green Blue C M Y K H S L
Decimal 9 89 133 0.93 0.33 0 0.48 201.29 0.87 0.28
Hex 9 59 85 5D 21 0 30 C9 57 1C
Octal 11 131 205 135 41 0 60 311 127 34
Binary 1001 1011001 10000101 1011101 100001 0 110000 11001001 1010111 11100

Color Harmonies of #095985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095985

Black with #095985

Text Example


Text Example

White with #095985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095985; }

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

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

background-color css

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

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

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

border-color css

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

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

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