Html Css Color HEX #01657C Blue Lagoon

📋 copy color: '#01657C'

red 1 ◦ green 101 ◦ blue 124

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

Shades of Blue Lagoon #01657C

Tints of Blue Lagoon #01657C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 54.87%

R = 0.44%
G = 44.69%
B = 54.87%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01657C (or 0x01657C) is known color: Blue Lagoon. HEX triplet: 01, 65 and 7C. RGB value is (1,101,124). Sum of RGB (Red+Green+Blue) = 1+101+124=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #01657C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01657C is #FE9A83. Grayscale: #494949. Windows color (decimal): -16685700 or 8152321. OLE color: 8152321.

HSL color Cylindrical-coordinate representation of color #01657C: hue angle of 191.22º 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 #01657C is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 101 124 -
CMYK 0.99 0.19 0 0.51
HSL 191.22º 0.98% 0.25% -
HSV(B) 191.22º 0.99% 0.49% -
XYZ 8.3 10.77 20.71 -
YUV 73.72 156.37 76.13 -
System Red Green Blue C M Y K H S L
Decimal 1 101 124 0.99 0.19 0 0.51 191.22 0.98 0.25
Hex 1 65 7C 63 13 0 33 BF 62 19
Octal 1 145 174 143 23 0 63 277 142 31
Binary 1 1100101 1111100 1100011 10011 0 110011 10111111 1100010 11001

Color Harmonies of #01657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01657C

Black with #01657C

Text Example


Text Example

White with #01657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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