#01667C

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

Shades of Blue Lagoon #01667C

Tints of Blue Lagoon #01667C

Color information

#01667C (or 0x01667C) is unknown color: approx Blue Lagoon. HEX triplet: 01, 66 and 7C. RGB value is (1,102,124). Sum of RGB (Red+Green+Blue) = 1+102+124=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #01667C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01667C is #FE9983. Grayscale: #4A4A4A. Windows color (decimal): -16685444 or 8152577. OLE color: 8152577.

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

Color convert

RGB1102124-
CMYK0.990.1800.51
HSL190.73º98.4%24.51%-
HSV(B)190.73º99.19%48.63%-
XYZ8.410.9620.74-
YUV74.31156.0475.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 124 (48.83% from 255) = 54.63%
R=0.44%
G=44.93%
B=54.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11021240.990.1800.51190.7398.424.51
Hex1667C6312033bf6219
Octal11461741432206327714231
Binary111001101111100110001110010011001110111111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01667C;
 }
 .AnyTagClassName
 {
   color: #01667C;
 }
</style>
background-color css

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

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

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

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

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

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