Html Css Color HEX #005663 Blue Lagoon

📋 copy color: '#005663'

red 0 ◦ green 86 ◦ blue 99

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

Shades of Blue Lagoon #005663

Tints of Blue Lagoon #005663

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 99 (39.06% from 255) = 53.51%

R = 0%
G = 46.49%
B = 53.51%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#005663 (or 0x005663) is known color: Blue Lagoon. HEX triplet: 00, 56 and 63. RGB value is (0,86,99). Sum of RGB (Red+Green+Blue) = 0+86+99=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #005663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005663 is #FFA99C. Grayscale: #3D3D3D. Windows color (decimal): -16755101 or 6510080. OLE color: 6510080.

HSL color Cylindrical-coordinate representation of color #005663: hue angle of 187.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005663 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 0 86 99 -
CMYK 1 0.13 0 0.61
HSL 187.88º 1% 0.19% -
HSV(B) 187.88º 1% 0.39% -
XYZ 5.58 7.56 12.97 -
YUV 61.77 149.01 83.94 -
System Red Green Blue C M Y K H S L
Decimal 0 86 99 1 0.13 0 0.61 187.88 1 0.19
Hex 0 56 63 64 D 0 3D BC 64 13
Octal 0 126 143 144 15 0 75 274 144 23
Binary 0 1010110 1100011 1100100 1101 0 111101 10111100 1100100 10011

Color Harmonies of #005663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005663

Black with #005663

Text Example


Text Example

White with #005663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005663; }

 p { color: rgb(0,86,99); }

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

background-color css

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

 a { background-color: rgb(0,86,99); }

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

border-color css

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

 span { border-color: rgb(0,86,99); }

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