Html Css Color HEX #014A66 Blue Lagoon

📋 copy color: '#014A66'

red 1 ◦ green 74 ◦ blue 102

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

Shades of Blue Lagoon #014A66

Tints of Blue Lagoon #014A66

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.81%

 BLUE value IS 102 (40.23% from 255) = 57.63%

R = 0.56%
G = 41.81%
B = 57.63%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#014A66 (or 0x014A66) is known color: Blue Lagoon. HEX triplet: 01, 4A and 66. RGB value is (1,74,102). Sum of RGB (Red+Green+Blue) = 1+74+102=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 102 (40.23% from 255 or 57.63% from 177); Max value from RGB is 102 - color contains mainly: blue. Hex color #014A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A66 is #FEB599. Grayscale: #373737. Windows color (decimal): -16692634 or 6703617. OLE color: 6703617.

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

Color convert

RGB 1 74 102 -
CMYK 0.99 0.27 0 0.6
HSL 196.63º 0.98% 0.2% -
HSV(B) 196.63º 0.99% 0.4% -
XYZ 4.86 5.86 13.45 -
YUV 55.37 154.32 89.22 -
System Red Green Blue C M Y K H S L
Decimal 1 74 102 0.99 0.27 0 0.6 196.63 0.98 0.2
Hex 1 4A 66 63 1B 0 3C C5 62 14
Octal 1 112 146 143 33 0 74 305 142 24
Binary 1 1001010 1100110 1100011 11011 0 111100 11000101 1100010 10100

Color Harmonies of #014A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A66

Black with #014A66

Text Example


Text Example

White with #014A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,74,102); }

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

background-color css

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

 a { background-color: rgb(1,74,102); }

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

border-color css

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

 span { border-color: rgb(1,74,102); }

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