Html Css Color HEX #014D6B Blue Lagoon

📋 copy color: '#014D6B'

red 1 ◦ green 77 ◦ blue 107

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

Shades of Blue Lagoon #014D6B

Tints of Blue Lagoon #014D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 57.84%

R = 0.54%
G = 41.62%
B = 57.84%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#014D6B (or 0x014D6B) is known color: Blue Lagoon. HEX triplet: 01, 4D and 6B. RGB value is (1,77,107). Sum of RGB (Red+Green+Blue) = 1+77+107=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #014D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D6B is #FEB294. Grayscale: #393939. Windows color (decimal): -16691861 or 7032065. OLE color: 7032065.

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

Color convert

RGB 1 77 107 -
CMYK 0.99 0.28 0 0.58
HSL 196.98º 0.98% 0.21% -
HSV(B) 196.98º 0.99% 0.42% -
XYZ 5.32 6.38 14.86 -
YUV 57.7 155.82 87.56 -
System Red Green Blue C M Y K H S L
Decimal 1 77 107 0.99 0.28 0 0.58 196.98 0.98 0.21
Hex 1 4D 6B 63 1C 0 3A C5 62 15
Octal 1 115 153 143 34 0 72 305 142 25
Binary 1 1001101 1101011 1100011 11100 0 111010 11000101 1100010 10101

Color Harmonies of #014D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D6B

Black with #014D6B

Text Example


Text Example

White with #014D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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