Html Css Color HEX #014E6C Blue Lagoon

📋 copy color: '#014E6C'

red 1 ◦ green 78 ◦ blue 108

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

Shades of Blue Lagoon #014E6C

Tints of Blue Lagoon #014E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 57.75%

R = 0.53%
G = 41.71%
B = 57.75%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#014E6C (or 0x014E6C) is known color: Blue Lagoon. HEX triplet: 01, 4E and 6C. RGB value is (1,78,108). Sum of RGB (Red+Green+Blue) = 1+78+108=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #014E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E6C is #FEB193. Grayscale: #3A3A3A. Windows color (decimal): -16691604 or 7097857. OLE color: 7097857.

HSL color Cylindrical-coordinate representation of color #014E6C: hue angle of 196.82º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E6C is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 78 108 -
CMYK 0.99 0.28 0 0.58
HSL 196.82º 0.98% 0.21% -
HSV(B) 196.82º 0.99% 0.42% -
XYZ 5.44 6.54 15.16 -
YUV 58.4 155.99 87.06 -
System Red Green Blue C M Y K H S L
Decimal 1 78 108 0.99 0.28 0 0.58 196.82 0.98 0.21
Hex 1 4E 6C 63 1C 0 3A C5 62 15
Octal 1 116 154 143 34 0 72 305 142 25
Binary 1 1001110 1101100 1100011 11100 0 111010 11000101 1100010 10101

Color Harmonies of #014E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E6C

Black with #014E6C

Text Example


Text Example

White with #014E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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