Html Css Color HEX #01667F Blue Lagoon

📋 copy color: '#01667F'

red 1 ◦ green 102 ◦ blue 127

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

Shades of Blue Lagoon #01667F

Tints of Blue Lagoon #01667F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.35%

 BLUE value IS 127 (50% from 255) = 55.22%

R = 0.43%
G = 44.35%
B = 55.22%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01667F (or 0x01667F) is known color: Blue Lagoon. HEX triplet: 01, 66 and 7F. RGB value is (1,102,127). Sum of RGB (Red+Green+Blue) = 1+102+127=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #01667F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01667F is #FE9980. Grayscale: #4A4A4A. Windows color (decimal): -16685441 or 8349185. OLE color: 8349185.

HSL color Cylindrical-coordinate representation of color #01667F: hue angle of 191.9º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01667F is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 102 127 -
CMYK 0.99 0.20 0 0.50
HSL 191.9º 0.98% 0.25% -
HSV(B) 191.9º 0.99% 0.5% -
XYZ 8.59 11.04 21.76 -
YUV 74.65 157.54 75.47 -
System Red Green Blue C M Y K H S L
Decimal 1 102 127 0.99 0.20 0 0.50 191.9 0.98 0.25
Hex 1 66 7F 63 14 0 32 C0 62 19
Octal 1 146 177 143 24 0 62 300 142 31
Binary 1 1100110 1111111 1100011 10100 0 110010 11000000 1100010 11001

Color Harmonies of #01667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01667F

Black with #01667F

Text Example


Text Example

White with #01667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01667F;
 }
 .AnyTagClassName
 {
   color: #01667F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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