Html Css Color HEX #013845 Sherpa Blue

📋 copy color: '#013845'

red 1 ◦ green 56 ◦ blue 69

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

Shades of Sherpa Blue #013845

Tints of Sherpa Blue #013845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 54.76%

R = 0.79%
G = 44.44%
B = 54.76%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#013845 (or 0x013845) is known color: Sherpa Blue. HEX triplet: 01, 38 and 45. RGB value is (1,56,69). Sum of RGB (Red+Green+Blue) = 1+56+69=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 69 (27.34% from 255 or 54.76% from 126); Max value from RGB is 69 - color contains mainly: blue. Hex color #013845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013845 is #FEC7BA. Grayscale: #282828. Windows color (decimal): -16697275 or 4536321. OLE color: 4536321.

HSL color Cylindrical-coordinate representation of color #013845: hue angle of 191.47º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013845 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 56 69 -
CMYK 0.99 0.19 0 0.73
HSL 191.47º 0.97% 0.14% -
HSV(B) 191.47º 0.99% 0.27% -
XYZ 2.5 3.26 6.13 -
YUV 41.04 143.78 99.44 -
System Red Green Blue C M Y K H S L
Decimal 1 56 69 0.99 0.19 0 0.73 191.47 0.97 0.14
Hex 1 38 45 63 13 0 49 BF 61 E
Octal 1 70 105 143 23 0 111 277 141 16
Binary 1 111000 1000101 1100011 10011 0 1001001 10111111 1100001 1110

Color Harmonies of #013845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013845

Black with #013845

Text Example


Text Example

White with #013845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013845; }

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

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

background-color css

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

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

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

border-color css

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

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

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