Html Css Color HEX #015C74 Blue Lagoon

📋 copy color: '#015C74'

red 1 ◦ green 92 ◦ blue 116

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

Shades of Blue Lagoon #015C74

Tints of Blue Lagoon #015C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 55.5%

R = 0.48%
G = 44.02%
B = 55.5%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#015C74 (or 0x015C74) is known color: Blue Lagoon. HEX triplet: 01, 5C and 74. RGB value is (1,92,116). Sum of RGB (Red+Green+Blue) = 1+92+116=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #015C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C74 is #FEA38B. Grayscale: #434343. Windows color (decimal): -16688012 or 7625729. OLE color: 7625729.

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

Color convert

RGB 1 92 116 -
CMYK 0.99 0.21 0 0.55
HSL 192.52º 0.98% 0.23% -
HSV(B) 192.52º 0.99% 0.45% -
XYZ 6.99 8.92 17.88 -
YUV 67.53 155.35 80.55 -
System Red Green Blue C M Y K H S L
Decimal 1 92 116 0.99 0.21 0 0.55 192.52 0.98 0.23
Hex 1 5C 74 63 15 0 37 C1 62 17
Octal 1 134 164 143 25 0 67 301 142 27
Binary 1 1011100 1110100 1100011 10101 0 110111 11000001 1100010 10111

Color Harmonies of #015C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C74

Black with #015C74

Text Example


Text Example

White with #015C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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