Html Css Color HEX #086583 Blue Lagoon

📋 copy color: '#086583'

red 8 ◦ green 101 ◦ blue 131

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

Shades of Blue Lagoon #086583

Tints of Blue Lagoon #086583

RGB

 RED value IS 8 (3.52% from 255) = 3.33%

 GREEN value IS 101 (39.84% from 255) = 42.08%

 BLUE value IS 131 (51.56% from 255) = 54.58%

R = 3.33%
G = 42.08%
B = 54.58%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#086583 (or 0x086583) is known color: Blue Lagoon. HEX triplet: 08, 65 and 83. RGB value is (8,101,131). Sum of RGB (Red+Green+Blue) = 8+101+131=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #086583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086583 is #F79A7C. Grayscale: #4C4C4C. Windows color (decimal): -16226941 or 8611080. OLE color: 8611080.

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

Color convert

RGB 8 101 131 -
CMYK 0.94 0.23 0 0.49
HSL 194.63º 0.88% 0.27% -
HSV(B) 194.63º 0.94% 0.51% -
XYZ 8.85 11 23.13 -
YUV 76.61 158.69 79.06 -
System Red Green Blue C M Y K H S L
Decimal 8 101 131 0.94 0.23 0 0.49 194.63 0.88 0.27
Hex 8 65 83 5E 17 0 31 C3 58 1B
Octal 10 145 203 136 27 0 61 303 130 33
Binary 1000 1100101 10000011 1011110 10111 0 110001 11000011 1011000 11011

Color Harmonies of #086583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086583

Black with #086583

Text Example


Text Example

White with #086583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086583; }

 p { color: rgb(8,101,131); }

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

background-color css

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

 a { background-color: rgb(8,101,131); }

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

border-color css

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

 span { border-color: rgb(8,101,131); }

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