Html Css Color HEX #015272 Blue Lagoon

📋 copy color: '#015272'

red 1 ◦ green 82 ◦ blue 114

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

Shades of Blue Lagoon #015272

Tints of Blue Lagoon #015272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 57.87%

R = 0.51%
G = 41.62%
B = 57.87%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#015272 (or 0x015272) is known color: Blue Lagoon. HEX triplet: 01, 52 and 72. RGB value is (1,82,114). Sum of RGB (Red+Green+Blue) = 1+82+114=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #015272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015272 is #FEAD8D. Grayscale: #3D3D3D. Windows color (decimal): -16690574 or 7492097. OLE color: 7492097.

HSL color Cylindrical-coordinate representation of color #015272: hue angle of 196.99º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015272 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 82 114 -
CMYK 0.99 0.28 0 0.55
HSL 196.99º 0.98% 0.23% -
HSV(B) 196.99º 0.99% 0.45% -
XYZ 6.07 7.26 17 -
YUV 61.43 157.66 84.9 -
System Red Green Blue C M Y K H S L
Decimal 1 82 114 0.99 0.28 0 0.55 196.99 0.98 0.23
Hex 1 52 72 63 1C 0 37 C5 62 17
Octal 1 122 162 143 34 0 67 305 142 27
Binary 1 1010010 1110010 1100011 11100 0 110111 11000101 1100010 10111

Color Harmonies of #015272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015272

Black with #015272

Text Example


Text Example

White with #015272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015272; }

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

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

background-color css

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

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

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

border-color css

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

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

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