Html Css Color HEX #005675 Blue Lagoon

📋 copy color: '#005675'

red 0 ◦ green 86 ◦ blue 117

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

Shades of Blue Lagoon #005675

Tints of Blue Lagoon #005675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.36%

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

R = 0%
G = 42.36%
B = 57.64%

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

#005675 (or 0x005675) is known color: Blue Lagoon. HEX triplet: 00, 56 and 75. RGB value is (0,86,117). Sum of RGB (Red+Green+Blue) = 0+86+117=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #005675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005675 is #FFA98A. Grayscale: #3F3F3F. Windows color (decimal): -16755083 or 7689728. OLE color: 7689728.

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

Color convert

RGB 0 86 117 -
CMYK 1 0.26 0 0.54
HSL 195.9º 1% 0.23% -
HSV(B) 195.9º 1% 0.46% -
XYZ 6.54 7.94 18.02 -
YUV 63.82 158.01 82.48 -
System Red Green Blue C M Y K H S L
Decimal 0 86 117 1 0.26 0 0.54 195.9 1 0.23
Hex 0 56 75 64 1A 0 36 C4 64 17
Octal 0 126 165 144 32 0 66 304 144 27
Binary 0 1010110 1110101 1100100 11010 0 110110 11000100 1100100 10111

Color Harmonies of #005675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005675

Black with #005675

Text Example


Text Example

White with #005675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005675; }

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

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

background-color css

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

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

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

border-color css

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

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

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