Html Css Color HEX #013F43 Sherpa Blue

📋 copy color: '#013F43'

red 1 ◦ green 63 ◦ blue 67

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

Shades of Sherpa Blue #013F43

Tints of Sherpa Blue #013F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 51.15%

R = 0.76%
G = 48.09%
B = 51.15%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#013F43 (or 0x013F43) is known color: Sherpa Blue. HEX triplet: 01, 3F and 43. RGB value is (1,63,67). Sum of RGB (Red+Green+Blue) = 1+63+67=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 63 (25% from 255 or 48.09% from 131); Blue value is 67 (26.56% from 255 or 51.15% from 131); Max value from RGB is 67 - color contains mainly: blue. Hex color #013F43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F43 is #FEC0BC. Grayscale: #2C2C2C. Windows color (decimal): -16695485 or 4407041. OLE color: 4407041.

HSL color Cylindrical-coordinate representation of color #013F43: hue angle of 183.64º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F43 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 63 67 -
CMYK 0.99 0.06 0 0.74
HSL 183.64º 0.97% 0.13% -
HSV(B) 183.64º 0.99% 0.26% -
XYZ 2.8 3.97 5.93 -
YUV 44.92 140.46 96.67 -
System Red Green Blue C M Y K H S L
Decimal 1 63 67 0.99 0.06 0 0.74 183.64 0.97 0.13
Hex 1 3F 43 63 6 0 4A B8 61 D
Octal 1 77 103 143 6 0 112 270 141 15
Binary 1 111111 1000011 1100011 110 0 1001010 10111000 1100001 1101

Color Harmonies of #013F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F43

Black with #013F43

Text Example


Text Example

White with #013F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013F43; }

 p { color: rgb(1,63,67); }

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

background-color css

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

 a { background-color: rgb(1,63,67); }

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

border-color css

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

 span { border-color: rgb(1,63,67); }

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