Html Css Color HEX #014F69 Blue Lagoon

📋 copy color: '#014F69'

red 1 ◦ green 79 ◦ blue 105

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

Shades of Blue Lagoon #014F69

Tints of Blue Lagoon #014F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 56.76%

R = 0.54%
G = 42.7%
B = 56.76%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#014F69 (or 0x014F69) is known color: Blue Lagoon. HEX triplet: 01, 4F and 69. RGB value is (1,79,105). Sum of RGB (Red+Green+Blue) = 1+79+105=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #014F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F69 is #FEB096. Grayscale: #3A3A3A. Windows color (decimal): -16691351 or 6901505. OLE color: 6901505.

HSL color Cylindrical-coordinate representation of color #014F69: hue angle of 195º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F69 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 79 105 -
CMYK 0.99 0.25 0 0.59
HSL 195º 0.98% 0.21% -
HSV(B) 195º 0.99% 0.41% -
XYZ 5.36 6.62 14.36 -
YUV 58.64 154.16 86.89 -
System Red Green Blue C M Y K H S L
Decimal 1 79 105 0.99 0.25 0 0.59 195 0.98 0.21
Hex 1 4F 69 63 19 0 3B C3 62 15
Octal 1 117 151 143 31 0 73 303 142 25
Binary 1 1001111 1101001 1100011 11001 0 111011 11000011 1100010 10101

Color Harmonies of #014F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F69

Black with #014F69

Text Example


Text Example

White with #014F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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