Html Css Color HEX #014D69 Blue Lagoon

📋 copy color: '#014D69'

red 1 ◦ green 77 ◦ blue 105

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

Shades of Blue Lagoon #014D69

Tints of Blue Lagoon #014D69

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.08%

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

R = 0.55%
G = 42.08%
B = 57.38%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#014D69 (or 0x014D69) is known color: Blue Lagoon. HEX triplet: 01, 4D and 69. RGB value is (1,77,105). Sum of RGB (Red+Green+Blue) = 1+77+105=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #014D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D69 is #FEB296. Grayscale: #393939. Windows color (decimal): -16691863 or 6900993. OLE color: 6900993.

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

Color convert

RGB 1 77 105 -
CMYK 0.99 0.27 0 0.59
HSL 196.15º 0.98% 0.21% -
HSV(B) 196.15º 0.99% 0.41% -
XYZ 5.22 6.33 14.31 -
YUV 57.47 154.82 87.72 -
System Red Green Blue C M Y K H S L
Decimal 1 77 105 0.99 0.27 0 0.59 196.15 0.98 0.21
Hex 1 4D 69 63 1B 0 3B C4 62 15
Octal 1 115 151 143 33 0 73 304 142 25
Binary 1 1001101 1101001 1100011 11011 0 111011 11000100 1100010 10101

Color Harmonies of #014D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D69

Black with #014D69

Text Example


Text Example

White with #014D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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