Html Css Color HEX #016569 Blue Lagoon

📋 copy color: '#016569'

red 1 ◦ green 101 ◦ blue 105

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

Shades of Blue Lagoon #016569

Tints of Blue Lagoon #016569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.79%

 BLUE value IS 105 (41.41% from 255) = 50.72%

R = 0.48%
G = 48.79%
B = 50.72%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#016569 (or 0x016569) is known color: Blue Lagoon. HEX triplet: 01, 65 and 69. RGB value is (1,101,105). Sum of RGB (Red+Green+Blue) = 1+101+105=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 101 (39.84% from 255 or 48.79% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #016569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016569 is #FE9A96. Grayscale: #474747. Windows color (decimal): -16685719 or 6907137. OLE color: 6907137.

HSL color Cylindrical-coordinate representation of color #016569: hue angle of 182.31º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016569 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 101 105 -
CMYK 0.99 0.04 0 0.59
HSL 182.31º 0.98% 0.21% -
HSV(B) 182.31º 0.99% 0.41% -
XYZ 7.22 10.33 14.98 -
YUV 71.56 146.87 77.67 -
System Red Green Blue C M Y K H S L
Decimal 1 101 105 0.99 0.04 0 0.59 182.31 0.98 0.21
Hex 1 65 69 63 4 0 3B B6 62 15
Octal 1 145 151 143 4 0 73 266 142 25
Binary 1 1100101 1101001 1100011 100 0 111011 10110110 1100010 10101

Color Harmonies of #016569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016569

Black with #016569

Text Example


Text Example

White with #016569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016569; }

 p { color: rgb(1,101,105); }

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

background-color css

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

 a { background-color: rgb(1,101,105); }

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

border-color css

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

 span { border-color: rgb(1,101,105); }

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