Html Css Color HEX #01384D Sherpa Blue

📋 copy color: '#01384D'

red 1 ◦ green 56 ◦ blue 77

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

Shades of Sherpa Blue #01384D

Tints of Sherpa Blue #01384D

RGB

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

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

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

R = 0.75%
G = 41.79%
B = 57.46%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01384D (or 0x01384D) is known color: Sherpa Blue. HEX triplet: 01, 38 and 4D. RGB value is (1,56,77). Sum of RGB (Red+Green+Blue) = 1+56+77=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #01384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01384D is #FEC7B2. Grayscale: #292929. Windows color (decimal): -16697267 or 5060609. OLE color: 5060609.

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

Color convert

RGB 1 56 77 -
CMYK 0.99 0.27 0 0.70
HSL 196.58º 0.97% 0.15% -
HSV(B) 196.58º 0.99% 0.3% -
XYZ 2.77 3.37 7.53 -
YUV 41.95 147.78 98.79 -
System Red Green Blue C M Y K H S L
Decimal 1 56 77 0.99 0.27 0 0.70 196.58 0.97 0.15
Hex 1 38 4D 63 1B 0 46 C5 61 F
Octal 1 70 115 143 33 0 106 305 141 17
Binary 1 111000 1001101 1100011 11011 0 1000110 11000101 1100001 1111

Color Harmonies of #01384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01384D

Black with #01384D

Text Example


Text Example

White with #01384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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