Html Css Color HEX #014E68 Blue Lagoon

📋 copy color: '#014E68'

red 1 ◦ green 78 ◦ blue 104

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

Shades of Blue Lagoon #014E68

Tints of Blue Lagoon #014E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 56.83%

R = 0.55%
G = 42.62%
B = 56.83%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#014E68 (or 0x014E68) is known color: Blue Lagoon. HEX triplet: 01, 4E and 68. RGB value is (1,78,104). Sum of RGB (Red+Green+Blue) = 1+78+104=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #014E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E68 is #FEB197. Grayscale: #393939. Windows color (decimal): -16691608 or 6835713. OLE color: 6835713.

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

Color convert

RGB 1 78 104 -
CMYK 0.99 0.25 0 0.59
HSL 195.15º 0.98% 0.21% -
HSV(B) 195.15º 0.99% 0.41% -
XYZ 5.24 6.45 14.07 -
YUV 57.94 153.99 87.39 -
System Red Green Blue C M Y K H S L
Decimal 1 78 104 0.99 0.25 0 0.59 195.15 0.98 0.21
Hex 1 4E 68 63 19 0 3B C3 62 15
Octal 1 116 150 143 31 0 73 303 142 25
Binary 1 1001110 1101000 1100011 11001 0 111011 11000011 1100010 10101

Color Harmonies of #014E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E68

Black with #014E68

Text Example


Text Example

White with #014E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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