Html Css Color HEX #004545 Sherpa Blue

📋 copy color: '#004545'

red 0 ◦ green 69 ◦ blue 69

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

Shades of Sherpa Blue #004545

Tints of Sherpa Blue #004545

RGB

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

 GREEN value IS 69 (27.34% from 255) = 50%

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

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#004545 (or 0x004545) is known color: Sherpa Blue. HEX triplet: 00, 45 and 45. RGB value is (0,69,69). Sum of RGB (Red+Green+Blue) = 0+69+69=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: green, blue. Hex color #004545 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004545 is #FFBABA. Grayscale: #303030. Windows color (decimal): -16759483 or 4539648. OLE color: 4539648.

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

Color convert

RGB 0 69 69 -
CMYK 1 0 0 0.73
HSL 180º 1% 0.14% -
HSV(B) 180º 1% 0.27% -
XYZ 3.2 4.69 6.37 -
YUV 48.37 139.64 93.5 -
System Red Green Blue C M Y K H S L
Decimal 0 69 69 1 0 0 0.73 180 1 0.14
Hex 0 45 45 64 0 0 49 B4 64 E
Octal 0 105 105 144 0 0 111 264 144 16
Binary 0 1000101 1000101 1100100 0 0 1001001 10110100 1100100 1110

Color Harmonies of #004545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004545

Black with #004545

Text Example


Text Example

White with #004545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004545; }

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

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

background-color css

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

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

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

border-color css

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

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

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