Html Css Color HEX #023995 Smalt

📋 copy color: '#023995'

red 2 ◦ green 57 ◦ blue 149

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

Shades of Smalt #023995

Tints of Smalt #023995

RGB

 RED value IS 2 (1.17% from 255) = 0.96%

 GREEN value IS 57 (22.66% from 255) = 27.4%

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

R = 0.96%
G = 27.4%
B = 71.63%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#023995 (or 0x023995) is known color: Smalt. HEX triplet: 02, 39 and 95. RGB value is (2,57,149). Sum of RGB (Red+Green+Blue) = 2+57+149=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #023995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023995 is #FDC66A. Grayscale: #323232. Windows color (decimal): -16631403 or 9779458. OLE color: 9779458.

HSL color Cylindrical-coordinate representation of color #023995: hue angle of 217.55º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023995 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 57 149 -
CMYK 0.99 0.62 0 0.42
HSL 217.55º 0.97% 0.3% -
HSV(B) 217.55º 0.99% 0.58% -
XYZ 6.91 5.11 29.06 -
YUV 51.04 183.28 93.02 -
System Red Green Blue C M Y K H S L
Decimal 2 57 149 0.99 0.62 0 0.42 217.55 0.97 0.3
Hex 2 39 95 63 3E 0 2A DA 61 1E
Octal 2 71 225 143 76 0 52 332 141 36
Binary 10 111001 10010101 1100011 111110 0 101010 11011010 1100001 11110

Color Harmonies of #023995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023995

Black with #023995

Text Example


Text Example

White with #023995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023995; }

 p { color: rgb(2,57,149); }

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

background-color css

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

 a { background-color: rgb(2,57,149); }

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

border-color css

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

 span { border-color: rgb(2,57,149); }

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