Html Css Color HEX #003345 Sherpa Blue

📋 copy color: '#003345'

red 0 ◦ green 51 ◦ blue 69

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

Shades of Sherpa Blue #003345

Tints of Sherpa Blue #003345

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 42.5%
B = 57.5%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#003345 (or 0x003345) is known color: Sherpa Blue. HEX triplet: 00, 33 and 45. RGB value is (0,51,69). Sum of RGB (Red+Green+Blue) = 0+51+69=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 69 (27.34% from 255 or 57.5% from 120); Max value from RGB is 69 - color contains mainly: blue. Hex color #003345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003345 is #FFCCBA. Grayscale: #252525. Windows color (decimal): -16764091 or 4535040. OLE color: 4535040.

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

Color convert

RGB 0 51 69 -
CMYK 1 0.26 0 0.73
HSL 195.65º 1% 0.14% -
HSV(B) 195.65º 1% 0.27% -
XYZ 2.26 2.8 6.05 -
YUV 37.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 0 51 69 1 0.26 0 0.73 195.65 1 0.14
Hex 0 33 45 64 1A 0 49 C4 64 E
Octal 0 63 105 144 32 0 111 304 144 16
Binary 0 110011 1000101 1100100 11010 0 1001001 11000100 1100100 1110

Color Harmonies of #003345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003345

Black with #003345

Text Example


Text Example

White with #003345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003345; }

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

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

background-color css

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

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

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

border-color css

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

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

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