Html Css Color HEX #01677B Blue Lagoon

📋 copy color: '#01677B'

red 1 ◦ green 103 ◦ blue 123

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

Shades of Blue Lagoon #01677B

Tints of Blue Lagoon #01677B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.19%

R = 0.44%
G = 45.37%
B = 54.19%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01677B (or 0x01677B) is known color: Blue Lagoon. HEX triplet: 01, 67 and 7B. RGB value is (1,103,123). Sum of RGB (Red+Green+Blue) = 1+103+123=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #01677B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01677B is #FE9884. Grayscale: #4A4A4A. Windows color (decimal): -16685189 or 8087297. OLE color: 8087297.

HSL color Cylindrical-coordinate representation of color #01677B: hue angle of 189.84º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01677B is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 103 123 -
CMYK 0.99 0.16 0 0.52
HSL 189.84º 0.98% 0.24% -
HSV(B) 189.84º 0.99% 0.48% -
XYZ 8.44 11.14 20.44 -
YUV 74.78 155.21 75.37 -
System Red Green Blue C M Y K H S L
Decimal 1 103 123 0.99 0.16 0 0.52 189.84 0.98 0.24
Hex 1 67 7B 63 10 0 34 BE 62 18
Octal 1 147 173 143 20 0 64 276 142 30
Binary 1 1100111 1111011 1100011 10000 0 110100 10111110 1100010 11000

Color Harmonies of #01677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01677B

Black with #01677B

Text Example


Text Example

White with #01677B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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