Html Css Color HEX #01656D Blue Lagoon

📋 copy color: '#01656D'

red 1 ◦ green 101 ◦ blue 109

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

Shades of Blue Lagoon #01656D

Tints of Blue Lagoon #01656D

RGB

 RED value IS 1 (0.78% from 255) = 0.47%

 GREEN value IS 101 (39.84% from 255) = 47.87%

 BLUE value IS 109 (42.97% from 255) = 51.66%

R = 0.47%
G = 47.87%
B = 51.66%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01656D (or 0x01656D) is known color: Blue Lagoon. HEX triplet: 01, 65 and 6D. RGB value is (1,101,109). Sum of RGB (Red+Green+Blue) = 1+101+109=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #01656D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01656D is #FE9A92. Grayscale: #474747. Windows color (decimal): -16685715 or 7169281. OLE color: 7169281.

HSL color Cylindrical-coordinate representation of color #01656D: hue angle of 184.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01656D is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 101 109 -
CMYK 0.99 0.07 0 0.57
HSL 184.44º 0.98% 0.22% -
HSV(B) 184.44º 0.99% 0.43% -
XYZ 7.43 10.42 16.09 -
YUV 72.01 148.87 77.35 -
System Red Green Blue C M Y K H S L
Decimal 1 101 109 0.99 0.07 0 0.57 184.44 0.98 0.22
Hex 1 65 6D 63 7 0 39 B8 62 16
Octal 1 145 155 143 7 0 71 270 142 26
Binary 1 1100101 1101101 1100011 111 0 111001 10111000 1100010 10110

Color Harmonies of #01656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01656D

Black with #01656D

Text Example


Text Example

White with #01656D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01656D; }

 p { color: rgb(1,101,109); }

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

background-color css

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

 a { background-color: rgb(1,101,109); }

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

border-color css

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

 span { border-color: rgb(1,101,109); }

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