Html Css Color HEX #023491 Smalt

📋 copy color: '#023491'

red 2 ◦ green 52 ◦ blue 145

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

Shades of Smalt #023491

Tints of Smalt #023491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.13%

 BLUE value IS 145 (57.03% from 255) = 72.86%

R = 1.01%
G = 26.13%
B = 72.86%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#023491 (or 0x023491) is known color: Smalt. HEX triplet: 02, 34 and 91. RGB value is (2,52,145). Sum of RGB (Red+Green+Blue) = 2+52+145=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 145 (57.03% from 255 or 72.86% from 199); Max value from RGB is 145 - color contains mainly: blue. Hex color #023491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023491 is #FDCB6E. Grayscale: #2F2F2F. Windows color (decimal): -16632687 or 9516034. OLE color: 9516034.

HSL color Cylindrical-coordinate representation of color #023491: hue angle of 219.02º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023491 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 52 145 -
CMYK 0.99 0.64 0 0.43
HSL 219.02º 0.97% 0.29% -
HSV(B) 219.02º 0.99% 0.57% -
XYZ 6.36 4.51 27.32 -
YUV 47.65 182.94 95.44 -
System Red Green Blue C M Y K H S L
Decimal 2 52 145 0.99 0.64 0 0.43 219.02 0.97 0.29
Hex 2 34 91 63 40 0 2B DB 61 1D
Octal 2 64 221 143 100 0 53 333 141 35
Binary 10 110100 10010001 1100011 1000000 0 101011 11011011 1100001 11101

Color Harmonies of #023491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023491

Black with #023491

Text Example


Text Example

White with #023491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023491; }

 p { color: rgb(2,52,145); }

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

background-color css

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

 a { background-color: rgb(2,52,145); }

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

border-color css

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

 span { border-color: rgb(2,52,145); }

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