Html Css Color HEX #014E6B Blue Lagoon

📋 copy color: '#014E6B'

red 1 ◦ green 78 ◦ blue 107

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

Shades of Blue Lagoon #014E6B

Tints of Blue Lagoon #014E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 57.53%

R = 0.54%
G = 41.94%
B = 57.53%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#014E6B (or 0x014E6B) is known color: Blue Lagoon. HEX triplet: 01, 4E and 6B. RGB value is (1,78,107). Sum of RGB (Red+Green+Blue) = 1+78+107=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #014E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E6B is #FEB194. Grayscale: #3A3A3A. Windows color (decimal): -16691605 or 7032321. OLE color: 7032321.

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

Color convert

RGB 1 78 107 -
CMYK 0.99 0.27 0 0.58
HSL 196.42º 0.98% 0.21% -
HSV(B) 196.42º 0.99% 0.42% -
XYZ 5.39 6.52 14.88 -
YUV 58.28 155.49 87.14 -
System Red Green Blue C M Y K H S L
Decimal 1 78 107 0.99 0.27 0 0.58 196.42 0.98 0.21
Hex 1 4E 6B 63 1B 0 3A C4 62 15
Octal 1 116 153 143 33 0 72 304 142 25
Binary 1 1001110 1101011 1100011 11011 0 111010 11000100 1100010 10101

Color Harmonies of #014E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E6B

Black with #014E6B

Text Example


Text Example

White with #014E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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