Html Css Color HEX #002795 Smalt

📋 copy color: '#002795'

red 0 ◦ green 39 ◦ blue 149

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

Shades of Smalt #002795

Tints of Smalt #002795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.74%

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

R = 0%
G = 20.74%
B = 79.26%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#002795 (or 0x002795) is known color: Smalt. HEX triplet: 00, 27 and 95. RGB value is (0,39,149). Sum of RGB (Red+Green+Blue) = 0+39+149=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 149 (58.59% from 255 or 79.26% from 188); Max value from RGB is 149 - color contains mainly: blue. Hex color #002795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002795 is #FFD86A. Grayscale: #272727. Windows color (decimal): -16767083 or 9774848. OLE color: 9774848.

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

Color convert

RGB 0 39 149 -
CMYK 1 0.74 0 0.42
HSL 224.3º 1% 0.29% -
HSV(B) 224.3º 1% 0.58% -
XYZ 6.15 3.62 28.81 -
YUV 39.88 189.58 99.56 -
System Red Green Blue C M Y K H S L
Decimal 0 39 149 1 0.74 0 0.42 224.3 1 0.29
Hex 0 27 95 64 4A 0 2A E0 64 1D
Octal 0 47 225 144 112 0 52 340 144 35
Binary 0 100111 10010101 1100100 1001010 0 101010 11100000 1100100 11101

Color Harmonies of #002795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002795

Black with #002795

Text Example


Text Example

White with #002795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002795; }

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

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

background-color css

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

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

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

border-color css

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

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

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