#01677B

Color #01677B Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #01677B

Tints of Blue Lagoon #01677B

Color information

#01677B (or 0x01677B) is unknown color: approx 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

RGB1103123-
CMYK0.990.1600.52
HSL189.84º98.39%24.31%-
HSV(B)189.84º99.19%48.24%-
XYZ8.4411.1420.44-
YUV74.78155.2175.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 103 (40.62% 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 (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11031230.990.1600.52189.8498.3924.31
Hex1677B6310034be6218
Octal11471731432006427614230
Binary111001111111011110001110000011010010111110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>