Html Css Color HEX #014F6B Blue Lagoon

📋 copy color: '#014F6B'

red 1 ◦ green 79 ◦ blue 107

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

Shades of Blue Lagoon #014F6B

Tints of Blue Lagoon #014F6B

RGB

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

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

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

R = 0.53%
G = 42.25%
B = 57.22%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#014F6B (or 0x014F6B) is known color: Blue Lagoon. HEX triplet: 01, 4F and 6B. RGB value is (1,79,107). Sum of RGB (Red+Green+Blue) = 1+79+107=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #014F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F6B is #FEB094. Grayscale: #3A3A3A. Windows color (decimal): -16691349 or 7032577. OLE color: 7032577.

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

Color convert

RGB 1 79 107 -
CMYK 0.99 0.26 0 0.58
HSL 195.85º 0.98% 0.21% -
HSV(B) 195.85º 0.99% 0.42% -
XYZ 5.46 6.66 14.91 -
YUV 58.87 155.16 86.72 -
System Red Green Blue C M Y K H S L
Decimal 1 79 107 0.99 0.26 0 0.58 195.85 0.98 0.21
Hex 1 4F 6B 63 1A 0 3A C4 62 15
Octal 1 117 153 143 32 0 72 304 142 25
Binary 1 1001111 1101011 1100011 11010 0 111010 11000100 1100010 10101

Color Harmonies of #014F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F6B

Black with #014F6B

Text Example


Text Example

White with #014F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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