Html Css Color HEX #004963 Sherpa Blue

📋 copy color: '#004963'

red 0 ◦ green 73 ◦ blue 99

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

Shades of Sherpa Blue #004963

Tints of Sherpa Blue #004963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.44%

 BLUE value IS 99 (39.06% from 255) = 57.56%

R = 0%
G = 42.44%
B = 57.56%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#004963 (or 0x004963) is known color: Sherpa Blue. HEX triplet: 00, 49 and 63. RGB value is (0,73,99). Sum of RGB (Red+Green+Blue) = 0+73+99=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #004963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004963 is #FFB69C. Grayscale: #353535. Windows color (decimal): -16758429 or 6506752. OLE color: 6506752.

HSL color Cylindrical-coordinate representation of color #004963: hue angle of 195.76º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004963 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 0 73 99 -
CMYK 1 0.26 0 0.61
HSL 195.76º 1% 0.19% -
HSV(B) 195.76º 1% 0.39% -
XYZ 4.63 5.67 12.65 -
YUV 54.14 153.32 89.39 -
System Red Green Blue C M Y K H S L
Decimal 0 73 99 1 0.26 0 0.61 195.76 1 0.19
Hex 0 49 63 64 1A 0 3D C4 64 13
Octal 0 111 143 144 32 0 75 304 144 23
Binary 0 1001001 1100011 1100100 11010 0 111101 11000100 1100100 10011

Color Harmonies of #004963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004963

Black with #004963

Text Example


Text Example

White with #004963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004963; }

 p { color: rgb(0,73,99); }

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

background-color css

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

 a { background-color: rgb(0,73,99); }

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

border-color css

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

 span { border-color: rgb(0,73,99); }

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