Html Css Color HEX #003F4D Sherpa Blue

📋 copy color: '#003F4D'

red 0 ◦ green 63 ◦ blue 77

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

Shades of Sherpa Blue #003F4D

Tints of Sherpa Blue #003F4D

RGB

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

 GREEN value IS 63 (25% from 255) = 45%

 BLUE value IS 77 (30.47% from 255) = 55%

R = 0%
G = 45%
B = 55%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#003F4D (or 0x003F4D) is known color: Sherpa Blue. HEX triplet: 00, 3F and 4D. RGB value is (0,63,77). Sum of RGB (Red+Green+Blue) = 0+63+77=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 63 (25% from 255 or 45% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #003F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F4D is #FFC0B2. Grayscale: #2D2D2D. Windows color (decimal): -16761011 or 5062400. OLE color: 5062400.

HSL color Cylindrical-coordinate representation of color #003F4D: hue angle of 190.91º 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 #003F4D is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 0 63 77 -
CMYK 1 0.18 0 0.70
HSL 190.91º 1% 0.15% -
HSV(B) 190.91º 1% 0.3% -
XYZ 3.12 4.09 7.65 -
YUV 45.76 145.63 95.36 -
System Red Green Blue C M Y K H S L
Decimal 0 63 77 1 0.18 0 0.70 190.91 1 0.15
Hex 0 3F 4D 64 12 0 46 BF 64 F
Octal 0 77 115 144 22 0 106 277 144 17
Binary 0 111111 1001101 1100100 10010 0 1000110 10111111 1100100 1111

Color Harmonies of #003F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003F4D

Black with #003F4D

Text Example


Text Example

White with #003F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003F4D; }

 p { color: rgb(0,63,77); }

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

background-color css

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

 a { background-color: rgb(0,63,77); }

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

border-color css

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

 span { border-color: rgb(0,63,77); }

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