Html Css Color HEX #014C69 Blue Lagoon

📋 copy color: '#014C69'

red 1 ◦ green 76 ◦ blue 105

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

Shades of Blue Lagoon #014C69

Tints of Blue Lagoon #014C69

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.76%

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

R = 0.55%
G = 41.76%
B = 57.69%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#014C69 (or 0x014C69) is known color: Blue Lagoon. HEX triplet: 01, 4C and 69. RGB value is (1,76,105). Sum of RGB (Red+Green+Blue) = 1+76+105=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #014C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C69 is #FEB396. Grayscale: #383838. Windows color (decimal): -16692119 or 6900737. OLE color: 6900737.

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

Color convert

RGB 1 76 105 -
CMYK 0.99 0.28 0 0.59
HSL 196.73º 0.98% 0.21% -
HSV(B) 196.73º 0.99% 0.41% -
XYZ 5.15 6.2 14.29 -
YUV 56.88 155.15 88.14 -
System Red Green Blue C M Y K H S L
Decimal 1 76 105 0.99 0.28 0 0.59 196.73 0.98 0.21
Hex 1 4C 69 63 1C 0 3B C5 62 15
Octal 1 114 151 143 34 0 73 305 142 25
Binary 1 1001100 1101001 1100011 11100 0 111011 11000101 1100010 10101

Color Harmonies of #014C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C69

Black with #014C69

Text Example


Text Example

White with #014C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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