Html Css Color HEX #004249 Sherpa Blue

📋 copy color: '#004249'

red 0 ◦ green 66 ◦ blue 73

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

Shades of Sherpa Blue #004249

Tints of Sherpa Blue #004249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.48%

 BLUE value IS 73 (28.91% from 255) = 52.52%

R = 0%
G = 47.48%
B = 52.52%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#004249 (or 0x004249) is known color: Sherpa Blue. HEX triplet: 00, 42 and 49. RGB value is (0,66,73). Sum of RGB (Red+Green+Blue) = 0+66+73=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #004249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004249 is #FFBDB6. Grayscale: #2E2E2E. Windows color (decimal): -16760247 or 4801024. OLE color: 4801024.

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

Color convert

RGB 0 66 73 -
CMYK 1 0.10 0 0.71
HSL 185.75º 1% 0.14% -
HSV(B) 185.75º 1% 0.29% -
XYZ 3.15 4.38 6.98 -
YUV 47.06 142.63 94.43 -
System Red Green Blue C M Y K H S L
Decimal 0 66 73 1 0.10 0 0.71 185.75 1 0.14
Hex 0 42 49 64 A 0 47 BA 64 E
Octal 0 102 111 144 12 0 107 272 144 16
Binary 0 1000010 1001001 1100100 1010 0 1000111 10111010 1100100 1110

Color Harmonies of #004249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004249

Black with #004249

Text Example


Text Example

White with #004249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004249; }

 p { color: rgb(0,66,73); }

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

background-color css

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

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

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

border-color css

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

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

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