Html Css Color HEX #015E6D Blue Lagoon

📋 copy color: '#015E6D'

red 1 ◦ green 94 ◦ blue 109

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

Shades of Blue Lagoon #015E6D

Tints of Blue Lagoon #015E6D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 46.08%

 BLUE value IS 109 (42.97% from 255) = 53.43%

R = 0.49%
G = 46.08%
B = 53.43%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#015E6D (or 0x015E6D) is known color: Blue Lagoon. HEX triplet: 01, 5E and 6D. RGB value is (1,94,109). Sum of RGB (Red+Green+Blue) = 1+94+109=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 94 (37.11% from 255 or 46.08% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #015E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E6D is #FEA192. Grayscale: #434343. Windows color (decimal): -16687507 or 7167489. OLE color: 7167489.

HSL color Cylindrical-coordinate representation of color #015E6D: hue angle of 188.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E6D is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 94 109 -
CMYK 0.99 0.14 0 0.57
HSL 188.33º 0.98% 0.22% -
HSV(B) 188.33º 0.99% 0.43% -
XYZ 6.78 9.12 15.87 -
YUV 67.9 151.19 80.28 -
System Red Green Blue C M Y K H S L
Decimal 1 94 109 0.99 0.14 0 0.57 188.33 0.98 0.22
Hex 1 5E 6D 63 E 0 39 BC 62 16
Octal 1 136 155 143 16 0 71 274 142 26
Binary 1 1011110 1101101 1100011 1110 0 111001 10111100 1100010 10110

Color Harmonies of #015E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E6D

Black with #015E6D

Text Example


Text Example

White with #015E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,94,109); }

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

background-color css

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

 a { background-color: rgb(1,94,109); }

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

border-color css

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

 span { border-color: rgb(1,94,109); }

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