Html Css Color HEX #023385 Smalt

📋 copy color: '#023385'

red 2 ◦ green 51 ◦ blue 133

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

Shades of Smalt #023385

Tints of Smalt #023385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.42%

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

R = 1.08%
G = 27.42%
B = 71.51%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#023385 (or 0x023385) is known color: Smalt. HEX triplet: 02, 33 and 85. RGB value is (2,51,133). Sum of RGB (Red+Green+Blue) = 2+51+133=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #023385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023385 is #FDCC7A. Grayscale: #2D2D2D. Windows color (decimal): -16632955 or 8729346. OLE color: 8729346.

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

Color convert

RGB 2 51 133 -
CMYK 0.98 0.62 0 0.48
HSL 217.56º 0.97% 0.26% -
HSV(B) 217.56º 0.98% 0.52% -
XYZ 5.44 4.07 22.69 -
YUV 45.7 177.27 96.83 -
System Red Green Blue C M Y K H S L
Decimal 2 51 133 0.98 0.62 0 0.48 217.56 0.97 0.26
Hex 2 33 85 62 3E 0 30 DA 61 1A
Octal 2 63 205 142 76 0 60 332 141 32
Binary 10 110011 10000101 1100010 111110 0 110000 11011010 1100001 11010

Color Harmonies of #023385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023385

Black with #023385

Text Example


Text Example

White with #023385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023385; }

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

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

background-color css

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

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

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

border-color css

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

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

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