Html Css Color HEX #013444 Sherpa Blue

📋 copy color: '#013444'

red 1 ◦ green 52 ◦ blue 68

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

Shades of Sherpa Blue #013444

Tints of Sherpa Blue #013444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 42.98%

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

R = 0.83%
G = 42.98%
B = 56.2%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#013444 (or 0x013444) is known color: Sherpa Blue. HEX triplet: 01, 34 and 44. RGB value is (1,52,68). Sum of RGB (Red+Green+Blue) = 1+52+68=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #013444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013444 is #FECBBB. Grayscale: #262626. Windows color (decimal): -16698300 or 4469761. OLE color: 4469761.

HSL color Cylindrical-coordinate representation of color #013444: hue angle of 194.33º 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 #013444 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 52 68 -
CMYK 0.99 0.24 0 0.73
HSL 194.33º 0.97% 0.14% -
HSV(B) 194.33º 0.99% 0.27% -
XYZ 2.28 2.88 5.9 -
YUV 38.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 1 52 68 0.99 0.24 0 0.73 194.33 0.97 0.14
Hex 1 34 44 63 18 0 49 C2 61 E
Octal 1 64 104 143 30 0 111 302 141 16
Binary 1 110100 1000100 1100011 11000 0 1001001 11000010 1100001 1110

Color Harmonies of #013444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013444

Black with #013444

Text Example


Text Example

White with #013444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013444; }

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

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

background-color css

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

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

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

border-color css

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

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

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