Html Css Color HEX #015A7D Blue Lagoon

📋 copy color: '#015A7D'

red 1 ◦ green 90 ◦ blue 125

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

Shades of Blue Lagoon #015A7D

Tints of Blue Lagoon #015A7D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.67%

 BLUE value IS 125 (49.22% from 255) = 57.87%

R = 0.46%
G = 41.67%
B = 57.87%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#015A7D (or 0x015A7D) is known color: Blue Lagoon. HEX triplet: 01, 5A and 7D. RGB value is (1,90,125). Sum of RGB (Red+Green+Blue) = 1+90+125=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #015A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A7D is #FEA582. Grayscale: #434343. Windows color (decimal): -16688515 or 8215041. OLE color: 8215041.

HSL color Cylindrical-coordinate representation of color #015A7D: hue angle of 196.94º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A7D is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 90 125 -
CMYK 0.99 0.28 0 0.51
HSL 196.94º 0.98% 0.25% -
HSV(B) 196.94º 0.99% 0.49% -
XYZ 7.37 8.8 20.71 -
YUV 67.38 160.51 80.65 -
System Red Green Blue C M Y K H S L
Decimal 1 90 125 0.99 0.28 0 0.51 196.94 0.98 0.25
Hex 1 5A 7D 63 1C 0 33 C5 62 19
Octal 1 132 175 143 34 0 63 305 142 31
Binary 1 1011010 1111101 1100011 11100 0 110011 11000101 1100010 11001

Color Harmonies of #015A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A7D

Black with #015A7D

Text Example


Text Example

White with #015A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,90,125); }

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

background-color css

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

 a { background-color: rgb(1,90,125); }

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

border-color css

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

 span { border-color: rgb(1,90,125); }

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