Html Css Color HEX #01484D Sherpa Blue

📋 copy color: '#01484D'

red 1 ◦ green 72 ◦ blue 77

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

Shades of Sherpa Blue #01484D

Tints of Sherpa Blue #01484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48%

 BLUE value IS 77 (30.47% from 255) = 51.33%

R = 0.67%
G = 48%
B = 51.33%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01484D (or 0x01484D) is known color: Sherpa Blue. HEX triplet: 01, 48 and 4D. RGB value is (1,72,77). Sum of RGB (Red+Green+Blue) = 1+72+77=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #01484D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01484D is #FEB7B2. Grayscale: #333333. Windows color (decimal): -16693171 or 5064705. OLE color: 5064705.

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

Color convert

RGB 1 72 77 -
CMYK 0.99 0.06 0 0.70
HSL 183.95º 0.97% 0.15% -
HSV(B) 183.95º 0.99% 0.3% -
XYZ 3.67 5.18 7.83 -
YUV 51.34 142.48 92.09 -
System Red Green Blue C M Y K H S L
Decimal 1 72 77 0.99 0.06 0 0.70 183.95 0.97 0.15
Hex 1 48 4D 63 6 0 46 B8 61 F
Octal 1 110 115 143 6 0 106 270 141 17
Binary 1 1001000 1001101 1100011 110 0 1000110 10111000 1100001 1111

Color Harmonies of #01484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01484D

Black with #01484D

Text Example


Text Example

White with #01484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01484D; }

 p { color: rgb(1,72,77); }

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

background-color css

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

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

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

border-color css

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

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

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