Html Css Color HEX #01384A Sherpa Blue

📋 copy color: '#01384A'

red 1 ◦ green 56 ◦ blue 74

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

Shades of Sherpa Blue #01384A

Tints of Sherpa Blue #01384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 42.75%

 BLUE value IS 74 (29.3% from 255) = 56.49%

R = 0.76%
G = 42.75%
B = 56.49%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01384A (or 0x01384A) is known color: Sherpa Blue. HEX triplet: 01, 38 and 4A. RGB value is (1,56,74). Sum of RGB (Red+Green+Blue) = 1+56+74=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #01384A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01384A is #FEC7B5. Grayscale: #292929. Windows color (decimal): -16697270 or 4864001. OLE color: 4864001.

HSL color Cylindrical-coordinate representation of color #01384A: hue angle of 194.79º 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 #01384A is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 56 74 -
CMYK 0.99 0.24 0 0.71
HSL 194.79º 0.97% 0.15% -
HSV(B) 194.79º 0.99% 0.29% -
XYZ 2.66 3.33 6.98 -
YUV 41.61 146.28 99.04 -
System Red Green Blue C M Y K H S L
Decimal 1 56 74 0.99 0.24 0 0.71 194.79 0.97 0.15
Hex 1 38 4A 63 18 0 47 C3 61 F
Octal 1 70 112 143 30 0 107 303 141 17
Binary 1 111000 1001010 1100011 11000 0 1000111 11000011 1100001 1111

Color Harmonies of #01384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01384A

Black with #01384A

Text Example


Text Example

White with #01384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01384A; }

 p { color: rgb(1,56,74); }

 H1.HeaderClassName
 {
   color: #01384A;
 }
 .AnyTagClassName
 {
   color: #01384A;
 }
</style>

background-color css

<style>
 a { background-color: #01384A; }

 a { background-color: rgb(1,56,74); }

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

border-color css

<style>
 span { border-color: #01384A; }

 span { border-color: rgb(1,56,74); }

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