Html Css Color HEX #015269 Blue Lagoon

📋 copy color: '#015269'

red 1 ◦ green 82 ◦ blue 105

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

Shades of Blue Lagoon #015269

Tints of Blue Lagoon #015269

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.62%

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

R = 0.53%
G = 43.62%
B = 55.85%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#015269 (or 0x015269) is known color: Blue Lagoon. HEX triplet: 01, 52 and 69. RGB value is (1,82,105). Sum of RGB (Red+Green+Blue) = 1+82+105=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #015269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015269 is #FEAD96. Grayscale: #3C3C3C. Windows color (decimal): -16690583 or 6902273. OLE color: 6902273.

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

Color convert

RGB 1 82 105 -
CMYK 0.99 0.22 0 0.59
HSL 193.27º 0.98% 0.21% -
HSV(B) 193.27º 0.99% 0.41% -
XYZ 5.58 7.06 14.43 -
YUV 60.4 153.16 85.63 -
System Red Green Blue C M Y K H S L
Decimal 1 82 105 0.99 0.22 0 0.59 193.27 0.98 0.21
Hex 1 52 69 63 16 0 3B C1 62 15
Octal 1 122 151 143 26 0 73 301 142 25
Binary 1 1010010 1101001 1100011 10110 0 111011 11000001 1100010 10101

Color Harmonies of #015269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015269

Black with #015269

Text Example


Text Example

White with #015269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015269; }

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

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

background-color css

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

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

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

border-color css

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

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

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