Html Css Color HEX #014F6A Blue Lagoon

📋 copy color: '#014F6A'

red 1 ◦ green 79 ◦ blue 106

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

Shades of Blue Lagoon #014F6A

Tints of Blue Lagoon #014F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 56.99%

R = 0.54%
G = 42.47%
B = 56.99%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#014F6A (or 0x014F6A) is known color: Blue Lagoon. HEX triplet: 01, 4F and 6A. RGB value is (1,79,106). Sum of RGB (Red+Green+Blue) = 1+79+106=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 106 (41.80% from 255 or 56.99% from 186); Max value from RGB is 106 - color contains mainly: blue. Hex color #014F6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F6A is #FEB095. Grayscale: #3A3A3A. Windows color (decimal): -16691350 or 6967041. OLE color: 6967041.

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

Color convert

RGB 1 79 106 -
CMYK 0.99 0.25 0 0.58
HSL 195.43º 0.98% 0.21% -
HSV(B) 195.43º 0.99% 0.42% -
XYZ 5.41 6.64 14.63 -
YUV 58.76 154.66 86.8 -
System Red Green Blue C M Y K H S L
Decimal 1 79 106 0.99 0.25 0 0.58 195.43 0.98 0.21
Hex 1 4F 6A 63 19 0 3A C3 62 15
Octal 1 117 152 143 31 0 72 303 142 25
Binary 1 1001111 1101010 1100011 11001 0 111010 11000011 1100010 10101

Color Harmonies of #014F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F6A

Black with #014F6A

Text Example


Text Example

White with #014F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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