Html Css Color HEX #005863 Blue Lagoon

📋 copy color: '#005863'

red 0 ◦ green 88 ◦ blue 99

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

Shades of Blue Lagoon #005863

Tints of Blue Lagoon #005863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.06%

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

R = 0%
G = 47.06%
B = 52.94%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#005863 (or 0x005863) is known color: Blue Lagoon. HEX triplet: 00, 58 and 63. RGB value is (0,88,99). Sum of RGB (Red+Green+Blue) = 0+88+99=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #005863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005863 is #FFA79C. Grayscale: #3E3E3E. Windows color (decimal): -16754589 or 6510592. OLE color: 6510592.

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

Color convert

RGB 0 88 99 -
CMYK 1 0.11 0 0.61
HSL 186.67º 1% 0.19% -
HSV(B) 186.67º 1% 0.39% -
XYZ 5.74 7.88 13.02 -
YUV 62.94 148.35 83.11 -
System Red Green Blue C M Y K H S L
Decimal 0 88 99 1 0.11 0 0.61 186.67 1 0.19
Hex 0 58 63 64 B 0 3D BB 64 13
Octal 0 130 143 144 13 0 75 273 144 23
Binary 0 1011000 1100011 1100100 1011 0 111101 10111011 1100100 10011

Color Harmonies of #005863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005863

Black with #005863

Text Example


Text Example

White with #005863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005863; }

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

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

background-color css

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

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

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

border-color css

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

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

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