Html Css Color HEX #004F68 Blue Lagoon

📋 copy color: '#004F68'

red 0 ◦ green 79 ◦ blue 104

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

Shades of Blue Lagoon #004F68

Tints of Blue Lagoon #004F68

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.17%

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

R = 0%
G = 43.17%
B = 56.83%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#004F68 (or 0x004F68) is known color: Blue Lagoon. HEX triplet: 00, 4F and 68. RGB value is (0,79,104). Sum of RGB (Red+Green+Blue) = 0+79+104=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #004F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F68 is #FFB097. Grayscale: #3A3A3A. Windows color (decimal): -16756888 or 6835968. OLE color: 6835968.

HSL color Cylindrical-coordinate representation of color #004F68: hue angle of 194.42º 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 #004F68 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 79 104 -
CMYK 1 0.24 0 0.59
HSL 194.42º 1% 0.2% -
HSV(B) 194.42º 1% 0.41% -
XYZ 5.29 6.59 14.09 -
YUV 58.23 153.83 86.47 -
System Red Green Blue C M Y K H S L
Decimal 0 79 104 1 0.24 0 0.59 194.42 1 0.2
Hex 0 4F 68 64 18 0 3B C2 64 14
Octal 0 117 150 144 30 0 73 302 144 24
Binary 0 1001111 1101000 1100100 11000 0 111011 11000010 1100100 10100

Color Harmonies of #004F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F68

Black with #004F68

Text Example


Text Example

White with #004F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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