Html Css Color HEX #095285 Dark Cerulean

📋 copy color: '#095285'

red 9 ◦ green 82 ◦ blue 133

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

Shades of Dark Cerulean #095285

Tints of Dark Cerulean #095285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.61%

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

R = 4.02%
G = 36.61%
B = 59.38%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#095285 (or 0x095285) is known color: Dark Cerulean. HEX triplet: 09, 52 and 85. RGB value is (9,82,133). Sum of RGB (Red+Green+Blue) = 9+82+133=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #095285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095285 is #F6AD7A. Grayscale: #414141. Windows color (decimal): -16166267 or 8737289. OLE color: 8737289.

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

Color convert

RGB 9 82 133 -
CMYK 0.93 0.38 0 0.48
HSL 204.68º 0.87% 0.28% -
HSV(B) 204.68º 0.93% 0.52% -
XYZ 7.36 7.79 23.31 -
YUV 65.99 165.82 87.35 -
System Red Green Blue C M Y K H S L
Decimal 9 82 133 0.93 0.38 0 0.48 204.68 0.87 0.28
Hex 9 52 85 5D 26 0 30 CD 57 1C
Octal 11 122 205 135 46 0 60 315 127 34
Binary 1001 1010010 10000101 1011101 100110 0 110000 11001101 1010111 11100

Color Harmonies of #095285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095285

Black with #095285

Text Example


Text Example

White with #095285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095285; }

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

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

background-color css

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

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

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

border-color css

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

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

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