Html Css Color HEX #095085 Dark Cerulean

📋 copy color: '#095085'

red 9 ◦ green 80 ◦ blue 133

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

Shades of Dark Cerulean #095085

Tints of Dark Cerulean #095085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

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

R = 4.05%
G = 36.04%
B = 59.91%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#095085 (or 0x095085) is known color: Dark Cerulean. HEX triplet: 09, 50 and 85. RGB value is (9,80,133). Sum of RGB (Red+Green+Blue) = 9+80+133=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #095085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095085 is #F6AF7A. Grayscale: #404040. Windows color (decimal): -16166779 or 8736777. OLE color: 8736777.

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

Color convert

RGB 9 80 133 -
CMYK 0.93 0.40 0 0.48
HSL 205.65º 0.87% 0.28% -
HSV(B) 205.65º 0.93% 0.52% -
XYZ 7.21 7.49 23.26 -
YUV 64.81 166.48 88.19 -
System Red Green Blue C M Y K H S L
Decimal 9 80 133 0.93 0.40 0 0.48 205.65 0.87 0.28
Hex 9 50 85 5D 28 0 30 CE 57 1C
Octal 11 120 205 135 50 0 60 316 127 34
Binary 1001 1010000 10000101 1011101 101000 0 110000 11001110 1010111 11100

Color Harmonies of #095085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095085

Black with #095085

Text Example


Text Example

White with #095085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095085; }

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

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

background-color css

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

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

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

border-color css

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

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

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