Html Css Color HEX #013345 Sherpa Blue

📋 copy color: '#013345'

red 1 ◦ green 51 ◦ blue 69

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

Shades of Sherpa Blue #013345

Tints of Sherpa Blue #013345

RGB

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

 GREEN value IS 51 (20.31% from 255) = 42.15%

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

R = 0.83%
G = 42.15%
B = 57.02%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#013345 (or 0x013345) is known color: Sherpa Blue. HEX triplet: 01, 33 and 45. RGB value is (1,51,69). Sum of RGB (Red+Green+Blue) = 1+51+69=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 69 (27.34% from 255 or 57.02% from 121); Max value from RGB is 69 - color contains mainly: blue. Hex color #013345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013345 is #FECCBA. Grayscale: #252525. Windows color (decimal): -16698555 or 4535041. OLE color: 4535041.

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

Color convert

RGB 1 51 69 -
CMYK 0.99 0.26 0 0.73
HSL 195.88º 0.97% 0.14% -
HSV(B) 195.88º 0.99% 0.27% -
XYZ 2.27 2.8 6.05 -
YUV 38.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 1 51 69 0.99 0.26 0 0.73 195.88 0.97 0.14
Hex 1 33 45 63 1A 0 49 C4 61 E
Octal 1 63 105 143 32 0 111 304 141 16
Binary 1 110011 1000101 1100011 11010 0 1001001 11000100 1100001 1110

Color Harmonies of #013345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013345

Black with #013345

Text Example


Text Example

White with #013345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013345; }

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

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

background-color css

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

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

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

border-color css

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

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

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