Html Css Color HEX #015C72 Blue Lagoon

📋 copy color: '#015C72'

red 1 ◦ green 92 ◦ blue 114

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

Shades of Blue Lagoon #015C72

Tints of Blue Lagoon #015C72

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.44%

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

R = 0.48%
G = 44.44%
B = 55.07%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#015C72 (or 0x015C72) is known color: Blue Lagoon. HEX triplet: 01, 5C and 72. RGB value is (1,92,114). Sum of RGB (Red+Green+Blue) = 1+92+114=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #015C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C72 is #FEA38D. Grayscale: #434343. Windows color (decimal): -16688014 or 7494657. OLE color: 7494657.

HSL color Cylindrical-coordinate representation of color #015C72: hue angle of 191.68º 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 #015C72 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 92 114 -
CMYK 0.99 0.19 0 0.55
HSL 191.68º 0.98% 0.23% -
HSV(B) 191.68º 0.99% 0.45% -
XYZ 6.88 8.88 17.27 -
YUV 67.3 154.35 80.71 -
System Red Green Blue C M Y K H S L
Decimal 1 92 114 0.99 0.19 0 0.55 191.68 0.98 0.23
Hex 1 5C 72 63 13 0 37 C0 62 17
Octal 1 134 162 143 23 0 67 300 142 27
Binary 1 1011100 1110010 1100011 10011 0 110111 11000000 1100010 10111

Color Harmonies of #015C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C72

Black with #015C72

Text Example


Text Example

White with #015C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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