Html Css Color HEX #013948 Sherpa Blue

📋 copy color: '#013948'

red 1 ◦ green 57 ◦ blue 72

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

Shades of Sherpa Blue #013948

Tints of Sherpa Blue #013948

RGB

 RED value IS 1 (0.78% from 255) = 0.77%

 GREEN value IS 57 (22.66% from 255) = 43.85%

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

R = 0.77%
G = 43.85%
B = 55.38%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#013948 (or 0x013948) is known color: Sherpa Blue. HEX triplet: 01, 39 and 48. RGB value is (1,57,72). Sum of RGB (Red+Green+Blue) = 1+57+72=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #013948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013948 is #FEC6B7. Grayscale: #292929. Windows color (decimal): -16697016 or 4733185. OLE color: 4733185.

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

Color convert

RGB 1 57 72 -
CMYK 0.99 0.21 0 0.72
HSL 192.68º 0.97% 0.14% -
HSV(B) 192.68º 0.99% 0.28% -
XYZ 2.65 3.4 6.65 -
YUV 41.97 144.95 98.78 -
System Red Green Blue C M Y K H S L
Decimal 1 57 72 0.99 0.21 0 0.72 192.68 0.97 0.14
Hex 1 39 48 63 15 0 48 C1 61 E
Octal 1 71 110 143 25 0 110 301 141 16
Binary 1 111001 1001000 1100011 10101 0 1001000 11000001 1100001 1110

Color Harmonies of #013948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013948

Black with #013948

Text Example


Text Example

White with #013948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013948; }

 p { color: rgb(1,57,72); }

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

background-color css

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

 a { background-color: rgb(1,57,72); }

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

border-color css

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

 span { border-color: rgb(1,57,72); }

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