Html Css Color HEX #01606B Blue Lagoon

📋 copy color: '#01606B'

red 1 ◦ green 96 ◦ blue 107

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

Shades of Blue Lagoon #01606B

Tints of Blue Lagoon #01606B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.06%

 BLUE value IS 107 (42.19% from 255) = 52.45%

R = 0.49%
G = 47.06%
B = 52.45%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01606B (or 0x01606B) is known color: Blue Lagoon. HEX triplet: 01, 60 and 6B. RGB value is (1,96,107). Sum of RGB (Red+Green+Blue) = 1+96+107=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #01606B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01606B is #FE9F94. Grayscale: #444444. Windows color (decimal): -16686997 or 7036929. OLE color: 7036929.

HSL color Cylindrical-coordinate representation of color #01606B: hue angle of 186.23º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01606B is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 96 107 -
CMYK 0.99 0.10 0 0.58
HSL 186.23º 0.98% 0.21% -
HSV(B) 186.23º 0.99% 0.42% -
XYZ 6.85 9.43 15.37 -
YUV 68.85 149.53 79.61 -
System Red Green Blue C M Y K H S L
Decimal 1 96 107 0.99 0.10 0 0.58 186.23 0.98 0.21
Hex 1 60 6B 63 A 0 3A BA 62 15
Octal 1 140 153 143 12 0 72 272 142 25
Binary 1 1100000 1101011 1100011 1010 0 111010 10111010 1100010 10101

Color Harmonies of #01606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01606B

Black with #01606B

Text Example


Text Example

White with #01606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,96,107); }

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

background-color css

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

 a { background-color: rgb(1,96,107); }

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

border-color css

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

 span { border-color: rgb(1,96,107); }

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