Html Css Color HEX #01424B Sherpa Blue

📋 copy color: '#01424B'

red 1 ◦ green 66 ◦ blue 75

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

Shades of Sherpa Blue #01424B

Tints of Sherpa Blue #01424B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 52.82%

R = 0.7%
G = 46.48%
B = 52.82%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01424B (or 0x01424B) is known color: Sherpa Blue. HEX triplet: 01, 42 and 4B. RGB value is (1,66,75). Sum of RGB (Red+Green+Blue) = 1+66+75=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #01424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01424B is #FEBDB4. Grayscale: #2F2F2F. Windows color (decimal): -16694709 or 4932097. OLE color: 4932097.

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

Color convert

RGB 1 66 75 -
CMYK 0.99 0.12 0 0.71
HSL 187.3º 0.97% 0.15% -
HSV(B) 187.3º 0.99% 0.29% -
XYZ 3.23 4.41 7.34 -
YUV 47.59 143.47 94.77 -
System Red Green Blue C M Y K H S L
Decimal 1 66 75 0.99 0.12 0 0.71 187.3 0.97 0.15
Hex 1 42 4B 63 C 0 47 BB 61 F
Octal 1 102 113 143 14 0 107 273 141 17
Binary 1 1000010 1001011 1100011 1100 0 1000111 10111011 1100001 1111

Color Harmonies of #01424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01424B

Black with #01424B

Text Example


Text Example

White with #01424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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