Html Css Color HEX #004C68 Blue Lagoon

📋 copy color: '#004C68'

red 0 ◦ green 76 ◦ blue 104

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

Shades of Blue Lagoon #004C68

Tints of Blue Lagoon #004C68

RGB

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

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

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

R = 0%
G = 42.22%
B = 57.78%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#004C68 (or 0x004C68) is known color: Blue Lagoon. HEX triplet: 00, 4C and 68. RGB value is (0,76,104). Sum of RGB (Red+Green+Blue) = 0+76+104=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #004C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C68 is #FFB397. Grayscale: #383838. Windows color (decimal): -16757656 or 6835200. OLE color: 6835200.

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

Color convert

RGB 0 76 104 -
CMYK 1 0.27 0 0.59
HSL 196.15º 1% 0.2% -
HSV(B) 196.15º 1% 0.41% -
XYZ 5.08 6.17 14.02 -
YUV 56.47 154.82 87.72 -
System Red Green Blue C M Y K H S L
Decimal 0 76 104 1 0.27 0 0.59 196.15 1 0.2
Hex 0 4C 68 64 1B 0 3B C4 64 14
Octal 0 114 150 144 33 0 73 304 144 24
Binary 0 1001100 1101000 1100100 11011 0 111011 11000100 1100100 10100

Color Harmonies of #004C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004C68

Black with #004C68

Text Example


Text Example

White with #004C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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