Html Css Color HEX #01656B Blue Lagoon

📋 copy color: '#01656B'

red 1 ◦ green 101 ◦ blue 107

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

Shades of Blue Lagoon #01656B

Tints of Blue Lagoon #01656B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 51.2%

R = 0.48%
G = 48.33%
B = 51.2%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01656B (or 0x01656B) is known color: Blue Lagoon. HEX triplet: 01, 65 and 6B. RGB value is (1,101,107). Sum of RGB (Red+Green+Blue) = 1+101+107=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #01656B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01656B is #FE9A94. Grayscale: #474747. Windows color (decimal): -16685717 or 7038209. OLE color: 7038209.

HSL color Cylindrical-coordinate representation of color #01656B: hue angle of 183.4º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01656B is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 101 107 -
CMYK 0.99 0.06 0 0.58
HSL 183.4º 0.98% 0.21% -
HSV(B) 183.4º 0.99% 0.42% -
XYZ 7.32 10.38 15.53 -
YUV 71.78 147.87 77.51 -
System Red Green Blue C M Y K H S L
Decimal 1 101 107 0.99 0.06 0 0.58 183.4 0.98 0.21
Hex 1 65 6B 63 6 0 3A B7 62 15
Octal 1 145 153 143 6 0 72 267 142 25
Binary 1 1100101 1101011 1100011 110 0 111010 10110111 1100010 10101

Color Harmonies of #01656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01656B

Black with #01656B

Text Example


Text Example

White with #01656B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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