Html Css Color HEX #002590 Smalt

📋 copy color: '#002590'

red 0 ◦ green 37 ◦ blue 144

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

Shades of Smalt #002590

Tints of Smalt #002590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 79.56%

R = 0%
G = 20.44%
B = 79.56%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#002590 (or 0x002590) is known color: Smalt. HEX triplet: 00, 25 and 90. RGB value is (0,37,144). Sum of RGB (Red+Green+Blue) = 0+37+144=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 144 (56.64% from 255 or 79.56% from 181); Max value from RGB is 144 - color contains mainly: blue. Hex color #002590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002590 is #FFDA6F. Grayscale: #252525. Windows color (decimal): -16767600 or 9446656. OLE color: 9446656.

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

Color convert

RGB 0 37 144 -
CMYK 1 0.74 0 0.44
HSL 224.58º 1% 0.28% -
HSV(B) 224.58º 1% 0.56% -
XYZ 5.7 3.34 26.73 -
YUV 38.14 187.74 100.8 -
System Red Green Blue C M Y K H S L
Decimal 0 37 144 1 0.74 0 0.44 224.58 1 0.28
Hex 0 25 90 64 4A 0 2C E1 64 1C
Octal 0 45 220 144 112 0 54 341 144 34
Binary 0 100101 10010000 1100100 1001010 0 101100 11100001 1100100 11100

Color Harmonies of #002590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002590

Black with #002590

Text Example


Text Example

White with #002590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002590; }

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

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

background-color css

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

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

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

border-color css

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

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

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