Html Css Color HEX #002095 Smalt

📋 copy color: '#002095'

red 0 ◦ green 32 ◦ blue 149

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

Shades of Smalt #002095

Tints of Smalt #002095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.68%

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

R = 0%
G = 17.68%
B = 82.32%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#002095 (or 0x002095) is known color: Smalt. HEX triplet: 00, 20 and 95. RGB value is (0,32,149). Sum of RGB (Red+Green+Blue) = 0+32+149=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 149 (58.59% from 255 or 82.32% from 181); Max value from RGB is 149 - color contains mainly: blue. Hex color #002095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002095 is #FFDF6A. Grayscale: #232323. Windows color (decimal): -16768875 or 9773056. OLE color: 9773056.

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

Color convert

RGB 0 32 149 -
CMYK 1 0.79 0 0.42
HSL 227.11º 1% 0.29% -
HSV(B) 227.11º 1% 0.58% -
XYZ 5.94 3.2 28.74 -
YUV 35.77 191.9 102.49 -
System Red Green Blue C M Y K H S L
Decimal 0 32 149 1 0.79 0 0.42 227.11 1 0.29
Hex 0 20 95 64 4F 0 2A E3 64 1D
Octal 0 40 225 144 117 0 52 343 144 35
Binary 0 100000 10010101 1100100 1001111 0 101010 11100011 1100100 11101

Color Harmonies of #002095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002095

Black with #002095

Text Example


Text Example

White with #002095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002095; }

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

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

background-color css

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

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

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

border-color css

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

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

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