Html Css Color HEX #014F6E Blue Lagoon

📋 copy color: '#014F6E'

red 1 ◦ green 79 ◦ blue 110

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

Shades of Blue Lagoon #014F6E

Tints of Blue Lagoon #014F6E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.58%

 BLUE value IS 110 (43.36% from 255) = 57.89%

R = 0.53%
G = 41.58%
B = 57.89%

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

#014F6E (or 0x014F6E) is known color: Blue Lagoon. HEX triplet: 01, 4F and 6E. RGB value is (1,79,110). Sum of RGB (Red+Green+Blue) = 1+79+110=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #014F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F6E is #FEB091. Grayscale: #3B3B3B. Windows color (decimal): -16691346 or 7229185. OLE color: 7229185.

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

Color convert

RGB 1 79 110 -
CMYK 0.99 0.28 0 0.57
HSL 197.06º 0.98% 0.22% -
HSV(B) 197.06º 0.99% 0.43% -
XYZ 5.62 6.72 15.75 -
YUV 59.21 156.66 86.48 -
System Red Green Blue C M Y K H S L
Decimal 1 79 110 0.99 0.28 0 0.57 197.06 0.98 0.22
Hex 1 4F 6E 63 1C 0 39 C5 62 16
Octal 1 117 156 143 34 0 71 305 142 26
Binary 1 1001111 1101110 1100011 11100 0 111001 11000101 1100010 10110

Color Harmonies of #014F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F6E

Black with #014F6E

Text Example


Text Example

White with #014F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,79,110); }

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

background-color css

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

 a { background-color: rgb(1,79,110); }

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

border-color css

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

 span { border-color: rgb(1,79,110); }

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