Html Css Color HEX #023D91 Smalt

📋 copy color: '#023D91'

red 2 ◦ green 61 ◦ blue 145

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

Shades of Smalt #023D91

Tints of Smalt #023D91

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.33%

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

R = 0.96%
G = 29.33%
B = 69.71%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#023D91 (or 0x023D91) is known color: Smalt. HEX triplet: 02, 3D and 91. RGB value is (2,61,145). Sum of RGB (Red+Green+Blue) = 2+61+145=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 145 (57.03% from 255 or 69.71% from 208); Max value from RGB is 145 - color contains mainly: blue. Hex color #023D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023D91 is #FDC26E. Grayscale: #343434. Windows color (decimal): -16630383 or 9518338. OLE color: 9518338.

HSL color Cylindrical-coordinate representation of color #023D91: hue angle of 215.24º 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 #023D91 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 61 145 -
CMYK 0.99 0.58 0 0.43
HSL 215.24º 0.97% 0.29% -
HSV(B) 215.24º 0.99% 0.57% -
XYZ 6.8 5.39 27.47 -
YUV 52.94 179.95 91.67 -
System Red Green Blue C M Y K H S L
Decimal 2 61 145 0.99 0.58 0 0.43 215.24 0.97 0.29
Hex 2 3D 91 63 3A 0 2B D7 61 1D
Octal 2 75 221 143 72 0 53 327 141 35
Binary 10 111101 10010001 1100011 111010 0 101011 11010111 1100001 11101

Color Harmonies of #023D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023D91

Black with #023D91

Text Example


Text Example

White with #023D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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