Html Css Color HEX #002395 Smalt

📋 copy color: '#002395'

red 0 ◦ green 35 ◦ blue 149

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

Shades of Smalt #002395

Tints of Smalt #002395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.02%

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

R = 0%
G = 19.02%
B = 80.98%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#002395 (or 0x002395) is known color: Smalt. HEX triplet: 00, 23 and 95. RGB value is (0,35,149). Sum of RGB (Red+Green+Blue) = 0+35+149=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 149 (58.59% from 255 or 80.98% from 184); Max value from RGB is 149 - color contains mainly: blue. Hex color #002395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002395 is #FFDC6A. Grayscale: #252525. Windows color (decimal): -16768107 or 9773824. OLE color: 9773824.

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

Color convert

RGB 0 35 149 -
CMYK 1 0.77 0 0.42
HSL 225.91º 1% 0.29% -
HSV(B) 225.91º 1% 0.58% -
XYZ 6.03 3.37 28.77 -
YUV 37.53 190.9 101.23 -
System Red Green Blue C M Y K H S L
Decimal 0 35 149 1 0.77 0 0.42 225.91 1 0.29
Hex 0 23 95 64 4D 0 2A E2 64 1D
Octal 0 43 225 144 115 0 52 342 144 35
Binary 0 100011 10010101 1100100 1001101 0 101010 11100010 1100100 11101

Color Harmonies of #002395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002395

Black with #002395

Text Example


Text Example

White with #002395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002395; }

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

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

background-color css

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

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

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

border-color css

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

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

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