Html Css Color HEX #01434E Sherpa Blue

📋 copy color: '#01434E'

red 1 ◦ green 67 ◦ blue 78

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

Shades of Sherpa Blue #01434E

Tints of Sherpa Blue #01434E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 53.42%

R = 0.68%
G = 45.89%
B = 53.42%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01434E (or 0x01434E) is known color: Sherpa Blue. HEX triplet: 01, 43 and 4E. RGB value is (1,67,78). Sum of RGB (Red+Green+Blue) = 1+67+78=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 78 (30.86% from 255 or 53.42% from 146); Max value from RGB is 78 - color contains mainly: blue. Hex color #01434E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01434E is #FEBCB1. Grayscale: #303030. Windows color (decimal): -16694450 or 5128961. OLE color: 5128961.

HSL color Cylindrical-coordinate representation of color #01434E: hue angle of 188.57º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01434E is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 67 78 -
CMYK 0.99 0.14 0 0.69
HSL 188.57º 0.97% 0.15% -
HSV(B) 188.57º 0.99% 0.31% -
XYZ 3.39 4.57 7.91 -
YUV 48.52 144.63 94.11 -
System Red Green Blue C M Y K H S L
Decimal 1 67 78 0.99 0.14 0 0.69 188.57 0.97 0.15
Hex 1 43 4E 63 E 0 45 BD 61 F
Octal 1 103 116 143 16 0 105 275 141 17
Binary 1 1000011 1001110 1100011 1110 0 1000101 10111101 1100001 1111

Color Harmonies of #01434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01434E

Black with #01434E

Text Example


Text Example

White with #01434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01434E; }

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

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

background-color css

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

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

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

border-color css

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

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

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