Html Css Color HEX #004F65 Blue Lagoon

📋 copy color: '#004F65'

red 0 ◦ green 79 ◦ blue 101

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

Shades of Blue Lagoon #004F65

Tints of Blue Lagoon #004F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 56.11%

R = 0%
G = 43.89%
B = 56.11%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#004F65 (or 0x004F65) is known color: Blue Lagoon. HEX triplet: 00, 4F and 65. RGB value is (0,79,101). Sum of RGB (Red+Green+Blue) = 0+79+101=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 101 (39.84% from 255 or 56.11% from 180); Max value from RGB is 101 - color contains mainly: blue. Hex color #004F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F65 is #FFB09A. Grayscale: #393939. Windows color (decimal): -16756891 or 6639360. OLE color: 6639360.

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

Color convert

RGB 0 79 101 -
CMYK 1 0.22 0 0.60
HSL 193.07º 1% 0.2% -
HSV(B) 193.07º 1% 0.4% -
XYZ 5.14 6.53 13.3 -
YUV 57.89 152.33 86.71 -
System Red Green Blue C M Y K H S L
Decimal 0 79 101 1 0.22 0 0.60 193.07 1 0.2
Hex 0 4F 65 64 16 0 3C C1 64 14
Octal 0 117 145 144 26 0 74 301 144 24
Binary 0 1001111 1100101 1100100 10110 0 111100 11000001 1100100 10100

Color Harmonies of #004F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F65

Black with #004F65

Text Example


Text Example

White with #004F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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