Html Css Color HEX #002596 Smalt

📋 copy color: '#002596'

red 0 ◦ green 37 ◦ blue 150

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

Shades of Smalt #002596

Tints of Smalt #002596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 80.21%

R = 0%
G = 19.79%
B = 80.21%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#002596 (or 0x002596) is known color: Smalt. HEX triplet: 00, 25 and 96. RGB value is (0,37,150). Sum of RGB (Red+Green+Blue) = 0+37+150=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #002596 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002596 is #FFDA69. Grayscale: #262626. Windows color (decimal): -16767594 or 9839872. OLE color: 9839872.

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

Color convert

RGB 0 37 150 -
CMYK 1 0.75 0 0.41
HSL 225.2º 1% 0.29% -
HSV(B) 225.2º 1% 0.59% -
XYZ 6.17 3.53 29.21 -
YUV 38.82 190.74 100.31 -
System Red Green Blue C M Y K H S L
Decimal 0 37 150 1 0.75 0 0.41 225.2 1 0.29
Hex 0 25 96 64 4B 0 29 E1 64 1D
Octal 0 45 226 144 113 0 51 341 144 35
Binary 0 100101 10010110 1100100 1001011 0 101001 11100001 1100100 11101

Color Harmonies of #002596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002596

Black with #002596

Text Example


Text Example

White with #002596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002596; }

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

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

background-color css

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

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

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

border-color css

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

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

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