Html Css Color HEX #003248 Sherpa Blue

📋 copy color: '#003248'

red 0 ◦ green 50 ◦ blue 72

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

Shades of Sherpa Blue #003248

Tints of Sherpa Blue #003248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.98%

 BLUE value IS 72 (28.52% from 255) = 59.02%

R = 0%
G = 40.98%
B = 59.02%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#003248 (or 0x003248) is known color: Sherpa Blue. HEX triplet: 00, 32 and 48. RGB value is (0,50,72). Sum of RGB (Red+Green+Blue) = 0+50+72=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #003248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003248 is #FFCDB7. Grayscale: #252525. Windows color (decimal): -16764344 or 4731392. OLE color: 4731392.

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

Color convert

RGB 0 50 72 -
CMYK 1 0.31 0 0.72
HSL 198.33º 1% 0.14% -
HSV(B) 198.33º 1% 0.28% -
XYZ 2.31 2.75 6.54 -
YUV 37.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 0 50 72 1 0.31 0 0.72 198.33 1 0.14
Hex 0 32 48 64 1F 0 48 C6 64 E
Octal 0 62 110 144 37 0 110 306 144 16
Binary 0 110010 1001000 1100100 11111 0 1001000 11000110 1100100 1110

Color Harmonies of #003248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003248

Black with #003248

Text Example


Text Example

White with #003248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003248; }

 p { color: rgb(0,50,72); }

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

background-color css

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

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

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

border-color css

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

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

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