Html Css Color HEX #013944 Sherpa Blue

📋 copy color: '#013944'

red 1 ◦ green 57 ◦ blue 68

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

Shades of Sherpa Blue #013944

Tints of Sherpa Blue #013944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 53.97%

R = 0.79%
G = 45.24%
B = 53.97%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#013944 (or 0x013944) is known color: Sherpa Blue. HEX triplet: 01, 39 and 44. RGB value is (1,57,68). Sum of RGB (Red+Green+Blue) = 1+57+68=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 68 (26.95% from 255 or 53.97% from 126); Max value from RGB is 68 - color contains mainly: blue. Hex color #013944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013944 is #FEC6BB. Grayscale: #292929. Windows color (decimal): -16697020 or 4471041. OLE color: 4471041.

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

Color convert

RGB 1 57 68 -
CMYK 0.99 0.16 0 0.73
HSL 189.85º 0.97% 0.14% -
HSV(B) 189.85º 0.99% 0.27% -
XYZ 2.52 3.35 5.98 -
YUV 41.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 1 57 68 0.99 0.16 0 0.73 189.85 0.97 0.14
Hex 1 39 44 63 10 0 49 BE 61 E
Octal 1 71 104 143 20 0 111 276 141 16
Binary 1 111001 1000100 1100011 10000 0 1001001 10111110 1100001 1110

Color Harmonies of #013944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013944

Black with #013944

Text Example


Text Example

White with #013944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013944; }

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

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

background-color css

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

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

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

border-color css

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

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

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