Html Css Color HEX #003F48 Sherpa Blue

📋 copy color: '#003F48'

red 0 ◦ green 63 ◦ blue 72

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

Shades of Sherpa Blue #003F48

Tints of Sherpa Blue #003F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 53.33%

R = 0%
G = 46.67%
B = 53.33%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#003F48 (or 0x003F48) is known color: Sherpa Blue. HEX triplet: 00, 3F and 48. RGB value is (0,63,72). Sum of RGB (Red+Green+Blue) = 0+63+72=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #003F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F48 is #FFC0B7. Grayscale: #2D2D2D. Windows color (decimal): -16761016 or 4734720. OLE color: 4734720.

HSL color Cylindrical-coordinate representation of color #003F48: hue angle of 187.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F48 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 63 72 -
CMYK 1 0.12 0 0.72
HSL 187.5º 1% 0.14% -
HSV(B) 187.5º 1% 0.28% -
XYZ 2.95 4.02 6.75 -
YUV 45.19 143.13 95.77 -
System Red Green Blue C M Y K H S L
Decimal 0 63 72 1 0.12 0 0.72 187.5 1 0.14
Hex 0 3F 48 64 C 0 48 BC 64 E
Octal 0 77 110 144 14 0 110 274 144 16
Binary 0 111111 1001000 1100100 1100 0 1001000 10111100 1100100 1110

Color Harmonies of #003F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003F48

Black with #003F48

Text Example


Text Example

White with #003F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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