Html Css Color HEX #00404C Sherpa Blue

📋 copy color: '#00404C'

red 0 ◦ green 64 ◦ blue 76

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

Shades of Sherpa Blue #00404C

Tints of Sherpa Blue #00404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.71%

 BLUE value IS 76 (30.08% from 255) = 54.29%

R = 0%
G = 45.71%
B = 54.29%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#00404C (or 0x00404C) is known color: Sherpa Blue. HEX triplet: 00, 40 and 4C. RGB value is (0,64,76). Sum of RGB (Red+Green+Blue) = 0+64+76=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #00404C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00404C is #FFBFB3. Grayscale: #2E2E2E. Windows color (decimal): -16760756 or 4997120. OLE color: 4997120.

HSL color Cylindrical-coordinate representation of color #00404C: hue angle of 189.47º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00404C is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 0 64 76 -
CMYK 1 0.16 0 0.70
HSL 189.47º 1% 0.15% -
HSV(B) 189.47º 1% 0.3% -
XYZ 3.14 4.19 7.48 -
YUV 46.23 144.8 95.02 -
System Red Green Blue C M Y K H S L
Decimal 0 64 76 1 0.16 0 0.70 189.47 1 0.15
Hex 0 40 4C 64 10 0 46 BD 64 F
Octal 0 100 114 144 20 0 106 275 144 17
Binary 0 1000000 1001100 1100100 10000 0 1000110 10111101 1100100 1111

Color Harmonies of #00404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00404C

Black with #00404C

Text Example


Text Example

White with #00404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00404C; }

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

 H1.HeaderClassName
 {
   color: #00404C;
 }
 .AnyTagClassName
 {
   color: #00404C;
 }
</style>

background-color css

<style>
 a { background-color: #00404C; }

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

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

border-color css

<style>
 span { border-color: #00404C; }

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

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