Html Css Color HEX #023585 Smalt

📋 copy color: '#023585'

red 2 ◦ green 53 ◦ blue 133

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

Shades of Smalt #023585

Tints of Smalt #023585

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.19%

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

R = 1.06%
G = 28.19%
B = 70.74%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#023585 (or 0x023585) is known color: Smalt. HEX triplet: 02, 35 and 85. RGB value is (2,53,133). Sum of RGB (Red+Green+Blue) = 2+53+133=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #023585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023585 is #FDCA7A. Grayscale: #2E2E2E. Windows color (decimal): -16632443 or 8729858. OLE color: 8729858.

HSL color Cylindrical-coordinate representation of color #023585: hue angle of 216.64º 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 #023585 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 53 133 -
CMYK 0.98 0.60 0 0.48
HSL 216.64º 0.97% 0.26% -
HSV(B) 216.64º 0.98% 0.52% -
XYZ 5.53 4.25 22.72 -
YUV 46.87 176.6 96 -
System Red Green Blue C M Y K H S L
Decimal 2 53 133 0.98 0.60 0 0.48 216.64 0.97 0.26
Hex 2 35 85 62 3C 0 30 D9 61 1A
Octal 2 65 205 142 74 0 60 331 141 32
Binary 10 110101 10000101 1100010 111100 0 110000 11011001 1100001 11010

Color Harmonies of #023585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023585

Black with #023585

Text Example


Text Example

White with #023585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023585; }

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

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

background-color css

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

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

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

border-color css

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

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

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