Html Css Color HEX #014F6D Blue Lagoon

📋 copy color: '#014F6D'

red 1 ◦ green 79 ◦ blue 109

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

Shades of Blue Lagoon #014F6D

Tints of Blue Lagoon #014F6D

RGB

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

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

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

R = 0.53%
G = 41.8%
B = 57.67%

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

#014F6D (or 0x014F6D) is known color: Blue Lagoon. HEX triplet: 01, 4F and 6D. RGB value is (1,79,109). Sum of RGB (Red+Green+Blue) = 1+79+109=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #014F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F6D is #FEB092. Grayscale: #3A3A3A. Windows color (decimal): -16691347 or 7163649. OLE color: 7163649.

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

Color convert

RGB 1 79 109 -
CMYK 0.99 0.28 0 0.57
HSL 196.67º 0.98% 0.22% -
HSV(B) 196.67º 0.99% 0.43% -
XYZ 5.57 6.7 15.47 -
YUV 59.1 156.16 86.56 -
System Red Green Blue C M Y K H S L
Decimal 1 79 109 0.99 0.28 0 0.57 196.67 0.98 0.22
Hex 1 4F 6D 63 1C 0 39 C5 62 16
Octal 1 117 155 143 34 0 71 305 142 26
Binary 1 1001111 1101101 1100011 11100 0 111001 11000101 1100010 10110

Color Harmonies of #014F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F6D

Black with #014F6D

Text Example


Text Example

White with #014F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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