Html Css Color HEX #015374 Blue Lagoon

📋 copy color: '#015374'

red 1 ◦ green 83 ◦ blue 116

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

Shades of Blue Lagoon #015374

Tints of Blue Lagoon #015374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.5%

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

R = 0.5%
G = 41.5%
B = 58%

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

#015374 (or 0x015374) is known color: Blue Lagoon. HEX triplet: 01, 53 and 74. RGB value is (1,83,116). Sum of RGB (Red+Green+Blue) = 1+83+116=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #015374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015374 is #FEAC8B. Grayscale: #3E3E3E. Windows color (decimal): -16690316 or 7623425. OLE color: 7623425.

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

Color convert

RGB 1 83 116 -
CMYK 0.99 0.28 0 0.55
HSL 197.22º 0.98% 0.23% -
HSV(B) 197.22º 0.99% 0.45% -
XYZ 6.26 7.45 17.63 -
YUV 62.24 158.33 84.32 -
System Red Green Blue C M Y K H S L
Decimal 1 83 116 0.99 0.28 0 0.55 197.22 0.98 0.23
Hex 1 53 74 63 1C 0 37 C5 62 17
Octal 1 123 164 143 34 0 67 305 142 27
Binary 1 1010011 1110100 1100011 11100 0 110111 11000101 1100010 10111

Color Harmonies of #015374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015374

Black with #015374

Text Example


Text Example

White with #015374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015374; }

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

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

background-color css

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

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

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

border-color css

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

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

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