Html Css Color HEX #095682 Dark Cerulean

📋 copy color: '#095682'

red 9 ◦ green 86 ◦ blue 130

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

Shades of Dark Cerulean #095682

Tints of Dark Cerulean #095682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.22%

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

R = 4%
G = 38.22%
B = 57.78%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#095682 (or 0x095682) is known color: Dark Cerulean. HEX triplet: 09, 56 and 82. RGB value is (9,86,130). Sum of RGB (Red+Green+Blue) = 9+86+130=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #095682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095682 is #F6A97D. Grayscale: #434343. Windows color (decimal): -16165246 or 8541705. OLE color: 8541705.

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

Color convert

RGB 9 86 130 -
CMYK 0.93 0.34 0 0.49
HSL 201.82º 0.87% 0.27% -
HSV(B) 201.82º 0.93% 0.51% -
XYZ 7.47 8.33 22.33 -
YUV 67.99 162.99 85.92 -
System Red Green Blue C M Y K H S L
Decimal 9 86 130 0.93 0.34 0 0.49 201.82 0.87 0.27
Hex 9 56 82 5D 22 0 31 CA 57 1B
Octal 11 126 202 135 42 0 61 312 127 33
Binary 1001 1010110 10000010 1011101 100010 0 110001 11001010 1010111 11011

Color Harmonies of #095682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095682

Black with #095682

Text Example


Text Example

White with #095682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095682; }

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

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

background-color css

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

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

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

border-color css

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

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

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