Html Css Color HEX #002593 Smalt

📋 copy color: '#002593'

red 0 ◦ green 37 ◦ blue 147

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

Shades of Smalt #002593

Tints of Smalt #002593

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.11%

 BLUE value IS 147 (57.81% from 255) = 79.89%

R = 0%
G = 20.11%
B = 79.89%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#002593 (or 0x002593) is known color: Smalt. HEX triplet: 00, 25 and 93. RGB value is (0,37,147). Sum of RGB (Red+Green+Blue) = 0+37+147=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 147 (57.81% from 255 or 79.89% from 184); Max value from RGB is 147 - color contains mainly: blue. Hex color #002593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002593 is #FFDA6C. Grayscale: #262626. Windows color (decimal): -16767597 or 9643264. OLE color: 9643264.

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

Color convert

RGB 0 37 147 -
CMYK 1 0.75 0 0.42
HSL 224.9º 1% 0.29% -
HSV(B) 224.9º 1% 0.58% -
XYZ 5.93 3.43 27.95 -
YUV 38.48 189.24 100.56 -
System Red Green Blue C M Y K H S L
Decimal 0 37 147 1 0.75 0 0.42 224.9 1 0.29
Hex 0 25 93 64 4B 0 2A E1 64 1D
Octal 0 45 223 144 113 0 52 341 144 35
Binary 0 100101 10010011 1100100 1001011 0 101010 11100001 1100100 11101

Color Harmonies of #002593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002593

Black with #002593

Text Example


Text Example

White with #002593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002593; }

 p { color: rgb(0,37,147); }

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

background-color css

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

 a { background-color: rgb(0,37,147); }

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

border-color css

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

 span { border-color: rgb(0,37,147); }

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