Html Css Color HEX #005769 Blue Lagoon

📋 copy color: '#005769'

red 0 ◦ green 87 ◦ blue 105

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

Shades of Blue Lagoon #005769

Tints of Blue Lagoon #005769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 54.69%

R = 0%
G = 45.31%
B = 54.69%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#005769 (or 0x005769) is known color: Blue Lagoon. HEX triplet: 00, 57 and 69. RGB value is (0,87,105). Sum of RGB (Red+Green+Blue) = 0+87+105=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #005769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005769 is #FFA896. Grayscale: #3E3E3E. Windows color (decimal): -16754839 or 6903552. OLE color: 6903552.

HSL color Cylindrical-coordinate representation of color #005769: hue angle of 190.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005769 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 87 105 -
CMYK 1 0.17 0 0.59
HSL 190.29º 1% 0.21% -
HSV(B) 190.29º 1% 0.41% -
XYZ 5.96 7.84 14.56 -
YUV 63.04 151.68 83.04 -
System Red Green Blue C M Y K H S L
Decimal 0 87 105 1 0.17 0 0.59 190.29 1 0.21
Hex 0 57 69 64 11 0 3B BE 64 15
Octal 0 127 151 144 21 0 73 276 144 25
Binary 0 1010111 1101001 1100100 10001 0 111011 10111110 1100100 10101

Color Harmonies of #005769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005769

Black with #005769

Text Example


Text Example

White with #005769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005769; }

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

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

background-color css

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

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

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

border-color css

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

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

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