Html Css Color HEX #014F67 Blue Lagoon

📋 copy color: '#014F67'

red 1 ◦ green 79 ◦ blue 103

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

Shades of Blue Lagoon #014F67

Tints of Blue Lagoon #014F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 56.28%

R = 0.55%
G = 43.17%
B = 56.28%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#014F67 (or 0x014F67) is known color: Blue Lagoon. HEX triplet: 01, 4F and 67. RGB value is (1,79,103). Sum of RGB (Red+Green+Blue) = 1+79+103=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 103 (40.62% from 255 or 56.28% from 183); Max value from RGB is 103 - color contains mainly: blue. Hex color #014F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F67 is #FEB098. Grayscale: #3A3A3A. Windows color (decimal): -16691353 or 6770433. OLE color: 6770433.

HSL color Cylindrical-coordinate representation of color #014F67: hue angle of 194.12º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F67 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 79 103 -
CMYK 0.99 0.23 0 0.60
HSL 194.12º 0.98% 0.2% -
HSV(B) 194.12º 0.99% 0.4% -
XYZ 5.26 6.58 13.82 -
YUV 58.41 153.16 87.05 -
System Red Green Blue C M Y K H S L
Decimal 1 79 103 0.99 0.23 0 0.60 194.12 0.98 0.2
Hex 1 4F 67 63 17 0 3C C2 62 14
Octal 1 117 147 143 27 0 74 302 142 24
Binary 1 1001111 1100111 1100011 10111 0 111100 11000010 1100010 10100

Color Harmonies of #014F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F67

Black with #014F67

Text Example


Text Example

White with #014F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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