Html Css Color HEX #01617C Blue Lagoon

📋 copy color: '#01617C'

red 1 ◦ green 97 ◦ blue 124

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

Shades of Blue Lagoon #01617C

Tints of Blue Lagoon #01617C

RGB

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

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

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

R = 0.45%
G = 43.69%
B = 55.86%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01617C (or 0x01617C) is known color: Blue Lagoon. HEX triplet: 01, 61 and 7C. RGB value is (1,97,124). Sum of RGB (Red+Green+Blue) = 1+97+124=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #01617C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01617C is #FE9E83. Grayscale: #474747. Windows color (decimal): -16686724 or 8151297. OLE color: 8151297.

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

Color convert

RGB 1 97 124 -
CMYK 0.99 0.22 0 0.51
HSL 193.17º 0.98% 0.25% -
HSV(B) 193.17º 0.99% 0.49% -
XYZ 7.93 10.01 20.58 -
YUV 71.37 157.7 77.8 -
System Red Green Blue C M Y K H S L
Decimal 1 97 124 0.99 0.22 0 0.51 193.17 0.98 0.25
Hex 1 61 7C 63 16 0 33 C1 62 19
Octal 1 141 174 143 26 0 63 301 142 31
Binary 1 1100001 1111100 1100011 10110 0 110011 11000001 1100010 11001

Color Harmonies of #01617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01617C

Black with #01617C

Text Example


Text Example

White with #01617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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