Html Css Color HEX #01667B Blue Lagoon

📋 copy color: '#01667B'

red 1 ◦ green 102 ◦ blue 123

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

Shades of Blue Lagoon #01667B

Tints of Blue Lagoon #01667B

RGB

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

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

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

R = 0.44%
G = 45.13%
B = 54.42%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01667B (or 0x01667B) is known color: Blue Lagoon. HEX triplet: 01, 66 and 7B. RGB value is (1,102,123). Sum of RGB (Red+Green+Blue) = 1+102+123=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #01667B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01667B is #FE9984. Grayscale: #4A4A4A. Windows color (decimal): -16685445 or 8087041. OLE color: 8087041.

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

Color convert

RGB 1 102 123 -
CMYK 0.99 0.17 0 0.52
HSL 190.33º 0.98% 0.24% -
HSV(B) 190.33º 0.99% 0.48% -
XYZ 8.34 10.94 20.41 -
YUV 74.2 155.54 75.79 -
System Red Green Blue C M Y K H S L
Decimal 1 102 123 0.99 0.17 0 0.52 190.33 0.98 0.24
Hex 1 66 7B 63 11 0 34 BE 62 18
Octal 1 146 173 143 21 0 64 276 142 30
Binary 1 1100110 1111011 1100011 10001 0 110100 10111110 1100010 11000

Color Harmonies of #01667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01667B

Black with #01667B

Text Example


Text Example

White with #01667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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