Html Css Color HEX #023F93 Smalt

📋 copy color: '#023F93'

red 2 ◦ green 63 ◦ blue 147

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

Shades of Smalt #023F93

Tints of Smalt #023F93

RGB

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

 GREEN value IS 63 (25% from 255) = 29.72%

 BLUE value IS 147 (57.81% from 255) = 69.34%

R = 0.94%
G = 29.72%
B = 69.34%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#023F93 (or 0x023F93) is known color: Smalt. HEX triplet: 02, 3F and 93. RGB value is (2,63,147). Sum of RGB (Red+Green+Blue) = 2+63+147=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #023F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023F93 is #FDC06C. Grayscale: #353535. Windows color (decimal): -16629869 or 9649922. OLE color: 9649922.

HSL color Cylindrical-coordinate representation of color #023F93: hue angle of 214.76º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023F93 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 63 147 -
CMYK 0.99 0.57 0 0.42
HSL 214.76º 0.97% 0.29% -
HSV(B) 214.76º 0.99% 0.58% -
XYZ 7.07 5.67 28.33 -
YUV 54.34 180.29 90.67 -
System Red Green Blue C M Y K H S L
Decimal 2 63 147 0.99 0.57 0 0.42 214.76 0.97 0.29
Hex 2 3F 93 63 39 0 2A D7 61 1D
Octal 2 77 223 143 71 0 52 327 141 35
Binary 10 111111 10010011 1100011 111001 0 101010 11010111 1100001 11101

Color Harmonies of #023F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023F93

Black with #023F93

Text Example


Text Example

White with #023F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,63,147); }

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

background-color css

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

 a { background-color: rgb(2,63,147); }

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

border-color css

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

 span { border-color: rgb(2,63,147); }

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