Html Css Color HEX #014E6D Blue Lagoon

📋 copy color: '#014E6D'

red 1 ◦ green 78 ◦ blue 109

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

Shades of Blue Lagoon #014E6D

Tints of Blue Lagoon #014E6D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.49%

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

R = 0.53%
G = 41.49%
B = 57.98%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#014E6D (or 0x014E6D) is known color: Blue Lagoon. HEX triplet: 01, 4E and 6D. RGB value is (1,78,109). Sum of RGB (Red+Green+Blue) = 1+78+109=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #014E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E6D is #FEB192. Grayscale: #3A3A3A. Windows color (decimal): -16691603 or 7163393. OLE color: 7163393.

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

Color convert

RGB 1 78 109 -
CMYK 0.99 0.28 0 0.57
HSL 197.22º 0.98% 0.22% -
HSV(B) 197.22º 0.99% 0.43% -
XYZ 5.5 6.56 15.44 -
YUV 58.51 156.49 86.98 -
System Red Green Blue C M Y K H S L
Decimal 1 78 109 0.99 0.28 0 0.57 197.22 0.98 0.22
Hex 1 4E 6D 63 1C 0 39 C5 62 16
Octal 1 116 155 143 34 0 71 305 142 26
Binary 1 1001110 1101101 1100011 11100 0 111001 11000101 1100010 10110

Color Harmonies of #014E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E6D

Black with #014E6D

Text Example


Text Example

White with #014E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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