Html Css Color HEX #01677C Blue Lagoon

📋 copy color: '#01677C'

red 1 ◦ green 103 ◦ blue 124

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

Shades of Blue Lagoon #01677C

Tints of Blue Lagoon #01677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.18%

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

R = 0.44%
G = 45.18%
B = 54.39%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01677C (or 0x01677C) is known color: Blue Lagoon. HEX triplet: 01, 67 and 7C. RGB value is (1,103,124). Sum of RGB (Red+Green+Blue) = 1+103+124=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #01677C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01677C is #FE9883. Grayscale: #4A4A4A. Windows color (decimal): -16685188 or 8152833. OLE color: 8152833.

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

Color convert

RGB 1 103 124 -
CMYK 0.99 0.17 0 0.51
HSL 190.24º 0.98% 0.25% -
HSV(B) 190.24º 0.99% 0.49% -
XYZ 8.5 11.16 20.78 -
YUV 74.9 155.71 75.29 -
System Red Green Blue C M Y K H S L
Decimal 1 103 124 0.99 0.17 0 0.51 190.24 0.98 0.25
Hex 1 67 7C 63 11 0 33 BE 62 19
Octal 1 147 174 143 21 0 63 276 142 31
Binary 1 1100111 1111100 1100011 10001 0 110011 10111110 1100010 11001

Color Harmonies of #01677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01677C

Black with #01677C

Text Example


Text Example

White with #01677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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