Html Css Color HEX #023F9F Smalt

📋 copy color: '#023F9F'

red 2 ◦ green 63 ◦ blue 159

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

Shades of Smalt #023F9F

Tints of Smalt #023F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 70.98%

R = 0.89%
G = 28.13%
B = 70.98%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#023F9F (or 0x023F9F) is known color: Smalt. HEX triplet: 02, 3F and 9F. RGB value is (2,63,159). Sum of RGB (Red+Green+Blue) = 2+63+159=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 159 (62.5% from 255 or 70.98% from 224); Max value from RGB is 159 - color contains mainly: blue. Hex color #023F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023F9F is #FDC060. Grayscale: #373737. Windows color (decimal): -16629857 or 10436354. OLE color: 10436354.

HSL color Cylindrical-coordinate representation of color #023F9F: hue angle of 216.69º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023F9F is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 63 159 -
CMYK 0.99 0.60 0 0.38
HSL 216.69º 0.98% 0.32% -
HSV(B) 216.69º 0.99% 0.62% -
XYZ 8.06 6.07 33.55 -
YUV 55.71 186.29 89.69 -
System Red Green Blue C M Y K H S L
Decimal 2 63 159 0.99 0.60 0 0.38 216.69 0.98 0.32
Hex 2 3F 9F 63 3C 0 26 D9 62 20
Octal 2 77 237 143 74 0 46 331 142 40
Binary 10 111111 10011111 1100011 111100 0 100110 11011001 1100010 100000

Color Harmonies of #023F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023F9F

Black with #023F9F

Text Example


Text Example

White with #023F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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