Html Css Color HEX #015270 Blue Lagoon

📋 copy color: '#015270'

red 1 ◦ green 82 ◦ blue 112

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

Shades of Blue Lagoon #015270

Tints of Blue Lagoon #015270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 57.44%

R = 0.51%
G = 42.05%
B = 57.44%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#015270 (or 0x015270) is known color: Blue Lagoon. HEX triplet: 01, 52 and 70. RGB value is (1,82,112). Sum of RGB (Red+Green+Blue) = 1+82+112=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #015270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015270 is #FEAD8F. Grayscale: #3C3C3C. Windows color (decimal): -16690576 or 7361025. OLE color: 7361025.

HSL color Cylindrical-coordinate representation of color #015270: hue angle of 196.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015270 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 82 112 -
CMYK 0.99 0.27 0 0.56
HSL 196.22º 0.98% 0.22% -
HSV(B) 196.22º 0.99% 0.44% -
XYZ 5.95 7.21 16.41 -
YUV 61.2 156.66 85.06 -
System Red Green Blue C M Y K H S L
Decimal 1 82 112 0.99 0.27 0 0.56 196.22 0.98 0.22
Hex 1 52 70 63 1B 0 38 C4 62 16
Octal 1 122 160 143 33 0 70 304 142 26
Binary 1 1010010 1110000 1100011 11011 0 111000 11000100 1100010 10110

Color Harmonies of #015270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015270

Black with #015270

Text Example


Text Example

White with #015270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015270; }

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

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

background-color css

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

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

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

border-color css

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

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

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