Html Css Color HEX #023085 Smalt

📋 copy color: '#023085'

red 2 ◦ green 48 ◦ blue 133

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

Shades of Smalt #023085

Tints of Smalt #023085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.23%

 BLUE value IS 133 (52.34% from 255) = 72.68%

R = 1.09%
G = 26.23%
B = 72.68%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#023085 (or 0x023085) is known color: Smalt. HEX triplet: 02, 30 and 85. RGB value is (2,48,133). Sum of RGB (Red+Green+Blue) = 2+48+133=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 133 (52.34% from 255 or 72.68% from 183); Max value from RGB is 133 - color contains mainly: blue. Hex color #023085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023085 is #FDCF7A. Grayscale: #2B2B2B. Windows color (decimal): -16633723 or 8728578. OLE color: 8728578.

HSL color Cylindrical-coordinate representation of color #023085: hue angle of 218.93º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023085 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 48 133 -
CMYK 0.98 0.64 0 0.48
HSL 218.93º 0.97% 0.26% -
HSV(B) 218.93º 0.98% 0.52% -
XYZ 5.32 3.82 22.65 -
YUV 43.94 178.26 98.09 -
System Red Green Blue C M Y K H S L
Decimal 2 48 133 0.98 0.64 0 0.48 218.93 0.97 0.26
Hex 2 30 85 62 40 0 30 DB 61 1A
Octal 2 60 205 142 100 0 60 333 141 32
Binary 10 110000 10000101 1100010 1000000 0 110000 11011011 1100001 11010

Color Harmonies of #023085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023085

Black with #023085

Text Example


Text Example

White with #023085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023085; }

 p { color: rgb(2,48,133); }

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

background-color css

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

 a { background-color: rgb(2,48,133); }

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

border-color css

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

 span { border-color: rgb(2,48,133); }

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