Html Css Color HEX #01424C Sherpa Blue

📋 copy color: '#01424C'

red 1 ◦ green 66 ◦ blue 76

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

Shades of Sherpa Blue #01424C

Tints of Sherpa Blue #01424C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 53.15%

R = 0.7%
G = 46.15%
B = 53.15%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01424C (or 0x01424C) is known color: Sherpa Blue. HEX triplet: 01, 42 and 4C. RGB value is (1,66,76). Sum of RGB (Red+Green+Blue) = 1+66+76=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 76 (30.08% from 255 or 53.15% from 143); Max value from RGB is 76 - color contains mainly: blue. Hex color #01424C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01424C is #FEBDB3. Grayscale: #2F2F2F. Windows color (decimal): -16694708 or 4997633. OLE color: 4997633.

HSL color Cylindrical-coordinate representation of color #01424C: hue angle of 188º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01424C is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 66 76 -
CMYK 0.99 0.13 0 0.70
HSL 188º 0.97% 0.15% -
HSV(B) 188º 0.99% 0.3% -
XYZ 3.27 4.42 7.52 -
YUV 47.71 143.97 94.69 -
System Red Green Blue C M Y K H S L
Decimal 1 66 76 0.99 0.13 0 0.70 188 0.97 0.15
Hex 1 42 4C 63 D 0 46 BC 61 F
Octal 1 102 114 143 15 0 106 274 141 17
Binary 1 1000010 1001100 1100011 1101 0 1000110 10111100 1100001 1111

Color Harmonies of #01424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01424C

Black with #01424C

Text Example


Text Example

White with #01424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01424C; }

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

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

background-color css

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

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

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

border-color css

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

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

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