Html Css Color HEX #013440 Sherpa Blue

📋 copy color: '#013440'

red 1 ◦ green 52 ◦ blue 64

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

Shades of Sherpa Blue #013440

Tints of Sherpa Blue #013440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 54.7%

R = 0.85%
G = 44.44%
B = 54.7%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#013440 (or 0x013440) is known color: Sherpa Blue. HEX triplet: 01, 34 and 40. RGB value is (1,52,64). Sum of RGB (Red+Green+Blue) = 1+52+64=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #013440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013440 is #FECBBF. Grayscale: #262626. Windows color (decimal): -16698304 or 4207617. OLE color: 4207617.

HSL color Cylindrical-coordinate representation of color #013440: hue angle of 191.43º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013440 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 52 64 -
CMYK 0.98 0.19 0 0.75
HSL 191.43º 0.97% 0.13% -
HSV(B) 191.43º 0.98% 0.25% -
XYZ 2.17 2.83 5.28 -
YUV 38.12 142.6 101.52 -
System Red Green Blue C M Y K H S L
Decimal 1 52 64 0.98 0.19 0 0.75 191.43 0.97 0.13
Hex 1 34 40 62 13 0 4B BF 61 D
Octal 1 64 100 142 23 0 113 277 141 15
Binary 1 110100 1000000 1100010 10011 0 1001011 10111111 1100001 1101

Color Harmonies of #013440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013440

Black with #013440

Text Example


Text Example

White with #013440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013440; }

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

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

background-color css

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

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

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

border-color css

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

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

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