Html Css Color HEX #01657E Blue Lagoon

📋 copy color: '#01657E'

red 1 ◦ green 101 ◦ blue 126

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

Shades of Blue Lagoon #01657E

Tints of Blue Lagoon #01657E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 55.26%

R = 0.44%
G = 44.3%
B = 55.26%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01657E (or 0x01657E) is known color: Blue Lagoon. HEX triplet: 01, 65 and 7E. RGB value is (1,101,126). Sum of RGB (Red+Green+Blue) = 1+101+126=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #01657E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01657E is #FE9A81. Grayscale: #494949. Windows color (decimal): -16685698 or 8283393. OLE color: 8283393.

HSL color Cylindrical-coordinate representation of color #01657E: hue angle of 192º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01657E is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 101 126 -
CMYK 0.99 0.20 0 0.51
HSL 192º 0.98% 0.25% -
HSV(B) 192º 0.99% 0.49% -
XYZ 8.43 10.82 21.38 -
YUV 73.95 157.37 75.97 -
System Red Green Blue C M Y K H S L
Decimal 1 101 126 0.99 0.20 0 0.51 192 0.98 0.25
Hex 1 65 7E 63 14 0 33 C0 62 19
Octal 1 145 176 143 24 0 63 300 142 31
Binary 1 1100101 1111110 1100011 10100 0 110011 11000000 1100010 11001

Color Harmonies of #01657E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01657E

Black with #01657E

Text Example


Text Example

White with #01657E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01657E; }

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

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

background-color css

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

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

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

border-color css

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

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

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