Html Css Color HEX #023C92 Smalt

📋 copy color: '#023C92'

red 2 ◦ green 60 ◦ blue 146

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

Shades of Smalt #023C92

Tints of Smalt #023C92

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.85%

 BLUE value IS 146 (57.42% from 255) = 70.19%

R = 0.96%
G = 28.85%
B = 70.19%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#023C92 (or 0x023C92) is known color: Smalt. HEX triplet: 02, 3C and 92. RGB value is (2,60,146). Sum of RGB (Red+Green+Blue) = 2+60+146=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 146 (57.42% from 255 or 70.19% from 208); Max value from RGB is 146 - color contains mainly: blue. Hex color #023C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023C92 is #FDC36D. Grayscale: #343434. Windows color (decimal): -16630638 or 9583618. OLE color: 9583618.

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

Color convert

RGB 2 60 146 -
CMYK 0.99 0.59 0 0.43
HSL 215.83º 0.97% 0.29% -
HSV(B) 215.83º 0.99% 0.57% -
XYZ 6.83 5.32 27.86 -
YUV 52.46 180.78 92.01 -
System Red Green Blue C M Y K H S L
Decimal 2 60 146 0.99 0.59 0 0.43 215.83 0.97 0.29
Hex 2 3C 92 63 3B 0 2B D8 61 1D
Octal 2 74 222 143 73 0 53 330 141 35
Binary 10 111100 10010010 1100011 111011 0 101011 11011000 1100001 11101

Color Harmonies of #023C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023C92

Black with #023C92

Text Example


Text Example

White with #023C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,60,146); }

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

background-color css

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

 a { background-color: rgb(2,60,146); }

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

border-color css

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

 span { border-color: rgb(2,60,146); }

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