Html Css Color HEX #01424F Sherpa Blue

📋 copy color: '#01424F'

red 1 ◦ green 66 ◦ blue 79

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

Shades of Sherpa Blue #01424F

Tints of Sherpa Blue #01424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 54.11%

R = 0.68%
G = 45.21%
B = 54.11%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01424F (or 0x01424F) is known color: Sherpa Blue. HEX triplet: 01, 42 and 4F. RGB value is (1,66,79). Sum of RGB (Red+Green+Blue) = 1+66+79=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #01424F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01424F is #FEBDB0. Grayscale: #2F2F2F. Windows color (decimal): -16694705 or 5194241. OLE color: 5194241.

HSL color Cylindrical-coordinate representation of color #01424F: hue angle of 190º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01424F is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 66 79 -
CMYK 0.99 0.16 0 0.69
HSL 190º 0.98% 0.16% -
HSV(B) 190º 0.99% 0.31% -
XYZ 3.37 4.47 8.08 -
YUV 48.05 145.47 94.44 -
System Red Green Blue C M Y K H S L
Decimal 1 66 79 0.99 0.16 0 0.69 190 0.98 0.16
Hex 1 42 4F 63 10 0 45 BE 62 10
Octal 1 102 117 143 20 0 105 276 142 20
Binary 1 1000010 1001111 1100011 10000 0 1000101 10111110 1100010 10000

Color Harmonies of #01424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01424F

Black with #01424F

Text Example


Text Example

White with #01424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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