Html Css Color HEX #002595 Smalt

📋 copy color: '#002595'

red 0 ◦ green 37 ◦ blue 149

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

Shades of Smalt #002595

Tints of Smalt #002595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 80.11%

R = 0%
G = 19.89%
B = 80.11%

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

#002595 (or 0x002595) is known color: Smalt. HEX triplet: 00, 25 and 95. RGB value is (0,37,149). Sum of RGB (Red+Green+Blue) = 0+37+149=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #002595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002595 is #FFDA6A. Grayscale: #262626. Windows color (decimal): -16767595 or 9774336. OLE color: 9774336.

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

Color convert

RGB 0 37 149 -
CMYK 1 0.75 0 0.42
HSL 225.1º 1% 0.29% -
HSV(B) 225.1º 1% 0.58% -
XYZ 6.09 3.49 28.79 -
YUV 38.71 190.24 100.39 -
System Red Green Blue C M Y K H S L
Decimal 0 37 149 1 0.75 0 0.42 225.1 1 0.29
Hex 0 25 95 64 4B 0 2A E1 64 1D
Octal 0 45 225 144 113 0 52 341 144 35
Binary 0 100101 10010101 1100100 1001011 0 101010 11100001 1100100 11101

Color Harmonies of #002595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002595

Black with #002595

Text Example


Text Example

White with #002595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002595; }

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

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

background-color css

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

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

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

border-color css

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

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

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