Html Css Color HEX #005963 Blue Lagoon

📋 copy color: '#005963'

red 0 ◦ green 89 ◦ blue 99

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

Shades of Blue Lagoon #005963

Tints of Blue Lagoon #005963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.34%

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

R = 0%
G = 47.34%
B = 52.66%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#005963 (or 0x005963) is known color: Blue Lagoon. HEX triplet: 00, 59 and 63. RGB value is (0,89,99). Sum of RGB (Red+Green+Blue) = 0+89+99=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #005963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005963 is #FFA69C. Grayscale: #3F3F3F. Windows color (decimal): -16754333 or 6510848. OLE color: 6510848.

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

Color convert

RGB 0 89 99 -
CMYK 1 0.10 0 0.61
HSL 186.06º 1% 0.19% -
HSV(B) 186.06º 1% 0.39% -
XYZ 5.82 8.05 13.05 -
YUV 63.53 148.01 82.69 -
System Red Green Blue C M Y K H S L
Decimal 0 89 99 1 0.10 0 0.61 186.06 1 0.19
Hex 0 59 63 64 A 0 3D BA 64 13
Octal 0 131 143 144 12 0 75 272 144 23
Binary 0 1011001 1100011 1100100 1010 0 111101 10111010 1100100 10011

Color Harmonies of #005963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005963

Black with #005963

Text Example


Text Example

White with #005963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005963; }

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

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

background-color css

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

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

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

border-color css

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

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

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