Html Css Color HEX #014343 Sherpa Blue

📋 copy color: '#014343'

red 1 ◦ green 67 ◦ blue 67

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

Shades of Sherpa Blue #014343

Tints of Sherpa Blue #014343

RGB

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

 GREEN value IS 67 (26.56% from 255) = 49.63%

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

R = 0.74%
G = 49.63%
B = 49.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#014343 (or 0x014343) is known color: Sherpa Blue. HEX triplet: 01, 43 and 43. RGB value is (1,67,67). Sum of RGB (Red+Green+Blue) = 1+67+67=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 67 (26.56% from 255 or 49.63% from 135); Max value from RGB is 67 - color contains mainly: green, blue. Hex color #014343 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014343 is #FEBCBC. Grayscale: #2F2F2F. Windows color (decimal): -16694461 or 4408065. OLE color: 4408065.

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

Color convert

RGB 1 67 67 -
CMYK 0.99 0 0 0.74
HSL 180º 0.97% 0.13% -
HSV(B) 180º 0.99% 0.26% -
XYZ 3.03 4.43 6 -
YUV 47.27 139.13 95 -
System Red Green Blue C M Y K H S L
Decimal 1 67 67 0.99 0 0 0.74 180 0.97 0.13
Hex 1 43 43 63 0 0 4A B4 61 D
Octal 1 103 103 143 0 0 112 264 141 15
Binary 1 1000011 1000011 1100011 0 0 1001010 10110100 1100001 1101

Color Harmonies of #014343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014343

Black with #014343

Text Example


Text Example

White with #014343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014343; }

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

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

background-color css

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

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

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

border-color css

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

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

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