Html Css Color HEX #014243 Sherpa Blue

📋 copy color: '#014243'

red 1 ◦ green 66 ◦ blue 67

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

Shades of Sherpa Blue #014243

Tints of Sherpa Blue #014243

RGB

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

 GREEN value IS 66 (26.17% from 255) = 49.25%

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

R = 0.75%
G = 49.25%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#014243 (or 0x014243) is known color: Sherpa Blue. HEX triplet: 01, 42 and 43. RGB value is (1,66,67). Sum of RGB (Red+Green+Blue) = 1+66+67=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 67 (26.56% from 255 or 50% from 134); Max value from RGB is 67 - color contains mainly: blue. Hex color #014243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014243 is #FEBDBC. Grayscale: #2E2E2E. Windows color (decimal): -16694717 or 4407809. OLE color: 4407809.

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

Color convert

RGB 1 66 67 -
CMYK 0.99 0.01 0 0.74
HSL 180.91º 0.97% 0.13% -
HSV(B) 180.91º 0.99% 0.26% -
XYZ 2.97 4.31 5.99 -
YUV 46.68 139.47 95.42 -
System Red Green Blue C M Y K H S L
Decimal 1 66 67 0.99 0.01 0 0.74 180.91 0.97 0.13
Hex 1 42 43 63 1 0 4A B5 61 D
Octal 1 102 103 143 1 0 112 265 141 15
Binary 1 1000010 1000011 1100011 1 0 1001010 10110101 1100001 1101

Color Harmonies of #014243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014243

Black with #014243

Text Example


Text Example

White with #014243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014243; }

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

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

background-color css

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

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

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

border-color css

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

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

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