Html Css Color HEX #004452 Sherpa Blue

📋 copy color: '#004452'

red 0 ◦ green 68 ◦ blue 82

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

Shades of Sherpa Blue #004452

Tints of Sherpa Blue #004452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.33%

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

R = 0%
G = 45.33%
B = 54.67%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#004452 (or 0x004452) is known color: Sherpa Blue. HEX triplet: 00, 44 and 52. RGB value is (0,68,82). Sum of RGB (Red+Green+Blue) = 0+68+82=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 82 (32.42% from 255 or 54.67% from 150); Max value from RGB is 82 - color contains mainly: blue. Hex color #004452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004452 is #FFBBAD. Grayscale: #313131. Windows color (decimal): -16759726 or 5391360. OLE color: 5391360.

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

Color convert

RGB 0 68 82 -
CMYK 1 0.17 0 0.68
HSL 190.24º 1% 0.16% -
HSV(B) 190.24º 1% 0.32% -
XYZ 3.59 4.74 8.71 -
YUV 49.26 146.47 92.86 -
System Red Green Blue C M Y K H S L
Decimal 0 68 82 1 0.17 0 0.68 190.24 1 0.16
Hex 0 44 52 64 11 0 44 BE 64 10
Octal 0 104 122 144 21 0 104 276 144 20
Binary 0 1000100 1010010 1100100 10001 0 1000100 10111110 1100100 10000

Color Harmonies of #004452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004452

Black with #004452

Text Example


Text Example

White with #004452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004452; }

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

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

background-color css

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

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

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

border-color css

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

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

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