Html Css Color HEX #002594 Smalt

📋 copy color: '#002594'

red 0 ◦ green 37 ◦ blue 148

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

Shades of Smalt #002594

Tints of Smalt #002594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 80%

R = 0%
G = 20%
B = 80%

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

#002594 (or 0x002594) is known color: Smalt. HEX triplet: 00, 25 and 94. RGB value is (0,37,148). Sum of RGB (Red+Green+Blue) = 0+37+148=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 148 (58.20% from 255 or 80% from 185); Max value from RGB is 148 - color contains mainly: blue. Hex color #002594 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002594 is #FFDA6B. Grayscale: #262626. Windows color (decimal): -16767596 or 9708800. OLE color: 9708800.

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

Color convert

RGB 0 37 148 -
CMYK 1 0.75 0 0.42
HSL 225º 1% 0.29% -
HSV(B) 225º 1% 0.58% -
XYZ 6.01 3.46 28.37 -
YUV 38.59 189.74 100.47 -
System Red Green Blue C M Y K H S L
Decimal 0 37 148 1 0.75 0 0.42 225 1 0.29
Hex 0 25 94 64 4B 0 2A E1 64 1D
Octal 0 45 224 144 113 0 52 341 144 35
Binary 0 100101 10010100 1100100 1001011 0 101010 11100001 1100100 11101

Color Harmonies of #002594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002594

Black with #002594

Text Example


Text Example

White with #002594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002594; }

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

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

background-color css

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

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

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

border-color css

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

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

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