Html Css Color HEX #005775 Blue Lagoon

📋 copy color: '#005775'

red 0 ◦ green 87 ◦ blue 117

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

Shades of Blue Lagoon #005775

Tints of Blue Lagoon #005775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.65%

 BLUE value IS 117 (46.09% from 255) = 57.35%

R = 0%
G = 42.65%
B = 57.35%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#005775 (or 0x005775) is known color: Blue Lagoon. HEX triplet: 00, 57 and 75. RGB value is (0,87,117). Sum of RGB (Red+Green+Blue) = 0+87+117=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #005775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005775 is #FFA88A. Grayscale: #404040. Windows color (decimal): -16754827 or 7689984. OLE color: 7689984.

HSL color Cylindrical-coordinate representation of color #005775: hue angle of 195.38º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005775 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 87 117 -
CMYK 1 0.26 0 0.54
HSL 195.38º 1% 0.23% -
HSV(B) 195.38º 1% 0.46% -
XYZ 6.62 8.1 18.04 -
YUV 64.41 157.68 82.06 -
System Red Green Blue C M Y K H S L
Decimal 0 87 117 1 0.26 0 0.54 195.38 1 0.23
Hex 0 57 75 64 1A 0 36 C3 64 17
Octal 0 127 165 144 32 0 66 303 144 27
Binary 0 1010111 1110101 1100100 11010 0 110110 11000011 1100100 10111

Color Harmonies of #005775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005775

Black with #005775

Text Example


Text Example

White with #005775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005775; }

 p { color: rgb(0,87,117); }

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

background-color css

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

 a { background-color: rgb(0,87,117); }

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

border-color css

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

 span { border-color: rgb(0,87,117); }

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