Html Css Color HEX #005063 Blue Lagoon

📋 copy color: '#005063'

red 0 ◦ green 80 ◦ blue 99

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

Shades of Blue Lagoon #005063

Tints of Blue Lagoon #005063

RGB

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

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

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

R = 0%
G = 44.69%
B = 55.31%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#005063 (or 0x005063) is known color: Blue Lagoon. HEX triplet: 00, 50 and 63. RGB value is (0,80,99). Sum of RGB (Red+Green+Blue) = 0+80+99=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #005063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005063 is #FFAF9C. Grayscale: #3A3A3A. Windows color (decimal): -16756637 or 6508544. OLE color: 6508544.

HSL color Cylindrical-coordinate representation of color #005063: hue angle of 191.52º 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 #005063 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 0 80 99 -
CMYK 1 0.19 0 0.61
HSL 191.52º 1% 0.19% -
HSV(B) 191.52º 1% 0.39% -
XYZ 5.12 6.64 12.82 -
YUV 58.25 151 86.46 -
System Red Green Blue C M Y K H S L
Decimal 0 80 99 1 0.19 0 0.61 191.52 1 0.19
Hex 0 50 63 64 13 0 3D C0 64 13
Octal 0 120 143 144 23 0 75 300 144 23
Binary 0 1010000 1100011 1100100 10011 0 111101 11000000 1100100 10011

Color Harmonies of #005063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005063

Black with #005063

Text Example


Text Example

White with #005063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005063; }

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

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

background-color css

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

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

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

border-color css

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

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

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