Html Css Color HEX #004052 Sherpa Blue

📋 copy color: '#004052'

red 0 ◦ green 64 ◦ blue 82

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

Shades of Sherpa Blue #004052

Tints of Sherpa Blue #004052

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.84%

 BLUE value IS 82 (32.42% from 255) = 56.16%

R = 0%
G = 43.84%
B = 56.16%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#004052 (or 0x004052) is known color: Sherpa Blue. HEX triplet: 00, 40 and 52. RGB value is (0,64,82). Sum of RGB (Red+Green+Blue) = 0+64+82=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #004052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004052 is #FFBFAD. Grayscale: #2E2E2E. Windows color (decimal): -16760750 or 5390336. OLE color: 5390336.

HSL color Cylindrical-coordinate representation of color #004052: hue angle of 193.17º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004052 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 64 82 -
CMYK 1 0.22 0 0.68
HSL 193.17º 1% 0.16% -
HSV(B) 193.17º 1% 0.32% -
XYZ 3.36 4.28 8.63 -
YUV 46.92 147.8 94.54 -
System Red Green Blue C M Y K H S L
Decimal 0 64 82 1 0.22 0 0.68 193.17 1 0.16
Hex 0 40 52 64 16 0 44 C1 64 10
Octal 0 100 122 144 26 0 104 301 144 20
Binary 0 1000000 1010010 1100100 10110 0 1000100 11000001 1100100 10000

Color Harmonies of #004052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004052

Black with #004052

Text Example


Text Example

White with #004052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004052; }

 p { color: rgb(0,64,82); }

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

background-color css

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

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

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

border-color css

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

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

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