Html Css Color HEX #004253 Sherpa Blue

📋 copy color: '#004253'

red 0 ◦ green 66 ◦ blue 83

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

Shades of Sherpa Blue #004253

Tints of Sherpa Blue #004253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 55.7%

R = 0%
G = 44.3%
B = 55.7%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#004253 (or 0x004253) is known color: Sherpa Blue. HEX triplet: 00, 42 and 53. RGB value is (0,66,83). Sum of RGB (Red+Green+Blue) = 0+66+83=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #004253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004253 is #FFBDAC. Grayscale: #303030. Windows color (decimal): -16760237 or 5456384. OLE color: 5456384.

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

Color convert

RGB 0 66 83 -
CMYK 1 0.20 0 0.67
HSL 192.29º 1% 0.16% -
HSV(B) 192.29º 1% 0.33% -
XYZ 3.51 4.52 8.87 -
YUV 48.2 147.63 93.62 -
System Red Green Blue C M Y K H S L
Decimal 0 66 83 1 0.20 0 0.67 192.29 1 0.16
Hex 0 42 53 64 14 0 43 C0 64 10
Octal 0 102 123 144 24 0 103 300 144 20
Binary 0 1000010 1010011 1100100 10100 0 1000011 11000000 1100100 10000

Color Harmonies of #004253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004253

Black with #004253

Text Example


Text Example

White with #004253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004253; }

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

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

background-color css

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

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

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

border-color css

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

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

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