Html Css Color HEX #023F98 Smalt

📋 copy color: '#023F98'

red 2 ◦ green 63 ◦ blue 152

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

Shades of Smalt #023F98

Tints of Smalt #023F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 70.05%

R = 0.92%
G = 29.03%
B = 70.05%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#023F98 (or 0x023F98) is known color: Smalt. HEX triplet: 02, 3F and 98. RGB value is (2,63,152). Sum of RGB (Red+Green+Blue) = 2+63+152=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 152 (59.77% from 255 or 70.05% from 217); Max value from RGB is 152 - color contains mainly: blue. Hex color #023F98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023F98 is #FDC067. Grayscale: #363636. Windows color (decimal): -16629864 or 9977602. OLE color: 9977602.

HSL color Cylindrical-coordinate representation of color #023F98: hue angle of 215.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023F98 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 63 152 -
CMYK 0.99 0.59 0 0.40
HSL 215.6º 0.97% 0.3% -
HSV(B) 215.6º 0.99% 0.6% -
XYZ 7.47 5.83 30.44 -
YUV 54.91 182.79 90.26 -
System Red Green Blue C M Y K H S L
Decimal 2 63 152 0.99 0.59 0 0.40 215.6 0.97 0.3
Hex 2 3F 98 63 3B 0 28 D8 61 1E
Octal 2 77 230 143 73 0 50 330 141 36
Binary 10 111111 10011000 1100011 111011 0 101000 11011000 1100001 11110

Color Harmonies of #023F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023F98

Black with #023F98

Text Example


Text Example

White with #023F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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