Html Css Color HEX #095082 Dark Cerulean

📋 copy color: '#095082'

red 9 ◦ green 80 ◦ blue 130

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

Shades of Dark Cerulean #095082

Tints of Dark Cerulean #095082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 59.36%

R = 4.11%
G = 36.53%
B = 59.36%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#095082 (or 0x095082) is known color: Dark Cerulean. HEX triplet: 09, 50 and 82. RGB value is (9,80,130). Sum of RGB (Red+Green+Blue) = 9+80+130=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #095082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095082 is #F6AF7D. Grayscale: #404040. Windows color (decimal): -16166782 or 8540169. OLE color: 8540169.

HSL color Cylindrical-coordinate representation of color #095082: hue angle of 204.79º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095082 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 80 130 -
CMYK 0.93 0.38 0 0.49
HSL 204.79º 0.87% 0.27% -
HSV(B) 204.79º 0.93% 0.51% -
XYZ 7.01 7.41 22.18 -
YUV 64.47 164.98 88.43 -
System Red Green Blue C M Y K H S L
Decimal 9 80 130 0.93 0.38 0 0.49 204.79 0.87 0.27
Hex 9 50 82 5D 26 0 31 CD 57 1B
Octal 11 120 202 135 46 0 61 315 127 33
Binary 1001 1010000 10000010 1011101 100110 0 110001 11001101 1010111 11011

Color Harmonies of #095082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095082

Black with #095082

Text Example


Text Example

White with #095082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095082; }

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

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

background-color css

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

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

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

border-color css

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

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

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