Html Css Color HEX #013445 Sherpa Blue

📋 copy color: '#013445'

red 1 ◦ green 52 ◦ blue 69

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

Shades of Sherpa Blue #013445

Tints of Sherpa Blue #013445

RGB

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

 GREEN value IS 52 (20.7% from 255) = 42.62%

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

R = 0.82%
G = 42.62%
B = 56.56%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#013445 (or 0x013445) is known color: Sherpa Blue. HEX triplet: 01, 34 and 45. RGB value is (1,52,69). Sum of RGB (Red+Green+Blue) = 1+52+69=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 69 (27.34% from 255 or 56.56% from 122); Max value from RGB is 69 - color contains mainly: blue. Hex color #013445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013445 is #FECBBA. Grayscale: #262626. Windows color (decimal): -16698299 or 4535297. OLE color: 4535297.

HSL color Cylindrical-coordinate representation of color #013445: hue angle of 195º 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 #013445 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 52 69 -
CMYK 0.99 0.25 0 0.73
HSL 195º 0.97% 0.14% -
HSV(B) 195º 0.99% 0.27% -
XYZ 2.31 2.89 6.07 -
YUV 38.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 1 52 69 0.99 0.25 0 0.73 195 0.97 0.14
Hex 1 34 45 63 19 0 49 C3 61 E
Octal 1 64 105 143 31 0 111 303 141 16
Binary 1 110100 1000101 1100011 11001 0 1001001 11000011 1100001 1110

Color Harmonies of #013445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013445

Black with #013445

Text Example


Text Example

White with #013445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013445; }

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

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

background-color css

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

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

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

border-color css

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

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

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