Html Css Color HEX #01617E Blue Lagoon

📋 copy color: '#01617E'

red 1 ◦ green 97 ◦ blue 126

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

Shades of Blue Lagoon #01617E

Tints of Blue Lagoon #01617E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.3%

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

R = 0.45%
G = 43.3%
B = 56.25%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01617E (or 0x01617E) is known color: Blue Lagoon. HEX triplet: 01, 61 and 7E. RGB value is (1,97,126). Sum of RGB (Red+Green+Blue) = 1+97+126=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 126 (49.61% from 255 or 56.25% from 224); Max value from RGB is 126 - color contains mainly: blue. Hex color #01617E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01617E is #FE9E81. Grayscale: #474747. Windows color (decimal): -16686722 or 8282369. OLE color: 8282369.

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

Color convert

RGB 1 97 126 -
CMYK 0.99 0.23 0 0.51
HSL 193.92º 0.98% 0.25% -
HSV(B) 193.92º 0.99% 0.49% -
XYZ 8.05 10.06 21.26 -
YUV 71.6 158.7 77.64 -
System Red Green Blue C M Y K H S L
Decimal 1 97 126 0.99 0.23 0 0.51 193.92 0.98 0.25
Hex 1 61 7E 63 17 0 33 C2 62 19
Octal 1 141 176 143 27 0 63 302 142 31
Binary 1 1100001 1111110 1100011 10111 0 110011 11000010 1100010 11001

Color Harmonies of #01617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01617E

Black with #01617E

Text Example


Text Example

White with #01617E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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