Html Css Color HEX #004E68 Blue Lagoon

📋 copy color: '#004E68'

red 0 ◦ green 78 ◦ blue 104

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

Shades of Blue Lagoon #004E68

Tints of Blue Lagoon #004E68

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 78 (30.86% from 255) = 42.86%

 BLUE value IS 104 (41.02% from 255) = 57.14%

R = 0%
G = 42.86%
B = 57.14%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#004E68 (or 0x004E68) is known color: Blue Lagoon. HEX triplet: 00, 4E and 68. RGB value is (0,78,104). Sum of RGB (Red+Green+Blue) = 0+78+104=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #004E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E68 is #FFB197. Grayscale: #393939. Windows color (decimal): -16757144 or 6835712. OLE color: 6835712.

HSL color Cylindrical-coordinate representation of color #004E68: hue angle of 195º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E68 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 78 104 -
CMYK 1 0.25 0 0.59
HSL 195º 1% 0.2% -
HSV(B) 195º 1% 0.41% -
XYZ 5.22 6.45 14.07 -
YUV 57.64 154.16 86.89 -
System Red Green Blue C M Y K H S L
Decimal 0 78 104 1 0.25 0 0.59 195 1 0.2
Hex 0 4E 68 64 19 0 3B C3 64 14
Octal 0 116 150 144 31 0 73 303 144 24
Binary 0 1001110 1101000 1100100 11001 0 111011 11000011 1100100 10100

Color Harmonies of #004E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004E68

Black with #004E68

Text Example


Text Example

White with #004E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004E68; }

 p { color: rgb(0,78,104); }

 H1.HeaderClassName
 {
   color: #004E68;
 }
 .AnyTagClassName
 {
   color: #004E68;
 }
</style>

background-color css

<style>
 a { background-color: #004E68; }

 a { background-color: rgb(0,78,104); }

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

border-color css

<style>
 span { border-color: #004E68; }

 span { border-color: rgb(0,78,104); }

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