Html Css Color HEX #014443 Sherpa Blue

📋 copy color: '#014443'

red 1 ◦ green 68 ◦ blue 67

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

Shades of Sherpa Blue #014443

Tints of Sherpa Blue #014443

RGB

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

 GREEN value IS 68 (26.95% from 255) = 50%

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

R = 0.74%
G = 50%
B = 49.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#014443 (or 0x014443) is known color: Sherpa Blue. HEX triplet: 01, 44 and 43. RGB value is (1,68,67). Sum of RGB (Red+Green+Blue) = 1+68+67=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 67 (26.56% from 255 or 49.26% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #014443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014443 is #FEBBBC. Grayscale: #2F2F2F. Windows color (decimal): -16694205 or 4408321. OLE color: 4408321.

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

Color convert

RGB 1 68 67 -
CMYK 0.99 0 0.01 0.73
HSL 179.1º 0.97% 0.14% -
HSV(B) 179.1º 0.99% 0.27% -
XYZ 3.09 4.55 6.02 -
YUV 47.85 138.8 94.58 -
System Red Green Blue C M Y K H S L
Decimal 1 68 67 0.99 0 0.01 0.73 179.1 0.97 0.14
Hex 1 44 43 63 0 1 49 B3 61 E
Octal 1 104 103 143 0 1 111 263 141 16
Binary 1 1000100 1000011 1100011 0 1 1001001 10110011 1100001 1110

Color Harmonies of #014443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014443

Black with #014443

Text Example


Text Example

White with #014443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014443; }

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

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

background-color css

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

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

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

border-color css

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

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

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