Html Css Color HEX #023F9C Smalt

📋 copy color: '#023F9C'

red 2 ◦ green 63 ◦ blue 156

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

Shades of Smalt #023F9C

Tints of Smalt #023F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 70.59%

R = 0.9%
G = 28.51%
B = 70.59%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#023F9C (or 0x023F9C) is known color: Smalt. HEX triplet: 02, 3F and 9C. RGB value is (2,63,156). Sum of RGB (Red+Green+Blue) = 2+63+156=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 156 (61.33% from 255 or 70.59% from 221); Max value from RGB is 156 - color contains mainly: blue. Hex color #023F9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023F9C is #FDC063. Grayscale: #363636. Windows color (decimal): -16629860 or 10239746. OLE color: 10239746.

HSL color Cylindrical-coordinate representation of color #023F9C: hue angle of 216.23º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023F9C is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 63 156 -
CMYK 0.99 0.60 0 0.39
HSL 216.23º 0.97% 0.31% -
HSV(B) 216.23º 0.99% 0.61% -
XYZ 7.8 5.97 32.19 -
YUV 55.36 184.79 89.94 -
System Red Green Blue C M Y K H S L
Decimal 2 63 156 0.99 0.60 0 0.39 216.23 0.97 0.31
Hex 2 3F 9C 63 3C 0 27 D8 61 1F
Octal 2 77 234 143 74 0 47 330 141 37
Binary 10 111111 10011100 1100011 111100 0 100111 11011000 1100001 11111

Color Harmonies of #023F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023F9C

Black with #023F9C

Text Example


Text Example

White with #023F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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