Html Css Color HEX #015169 Blue Lagoon

📋 copy color: '#015169'

red 1 ◦ green 81 ◦ blue 105

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

Shades of Blue Lagoon #015169

Tints of Blue Lagoon #015169

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.32%

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

R = 0.53%
G = 43.32%
B = 56.15%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#015169 (or 0x015169) is known color: Blue Lagoon. HEX triplet: 01, 51 and 69. RGB value is (1,81,105). Sum of RGB (Red+Green+Blue) = 1+81+105=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #015169 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015169 is #FEAE96. Grayscale: #3B3B3B. Windows color (decimal): -16690839 or 6902017. OLE color: 6902017.

HSL color Cylindrical-coordinate representation of color #015169: hue angle of 193.85º 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 #015169 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 81 105 -
CMYK 0.99 0.23 0 0.59
HSL 193.85º 0.98% 0.21% -
HSV(B) 193.85º 0.99% 0.41% -
XYZ 5.5 6.91 14.41 -
YUV 59.82 153.5 86.05 -
System Red Green Blue C M Y K H S L
Decimal 1 81 105 0.99 0.23 0 0.59 193.85 0.98 0.21
Hex 1 51 69 63 17 0 3B C2 62 15
Octal 1 121 151 143 27 0 73 302 142 25
Binary 1 1010001 1101001 1100011 10111 0 111011 11000010 1100010 10101

Color Harmonies of #015169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015169

Black with #015169

Text Example


Text Example

White with #015169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015169; }

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

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

background-color css

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

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

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

border-color css

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

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

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