Html Css Color HEX #023A9D Smalt

📋 copy color: '#023A9D'

red 2 ◦ green 58 ◦ blue 157

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

Shades of Smalt #023A9D

Tints of Smalt #023A9D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.73%

 BLUE value IS 157 (61.72% from 255) = 72.35%

R = 0.92%
G = 26.73%
B = 72.35%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#023A9D (or 0x023A9D) is known color: Smalt. HEX triplet: 02, 3A and 9D. RGB value is (2,58,157). Sum of RGB (Red+Green+Blue) = 2+58+157=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 157 (61.72% from 255 or 72.35% from 217); Max value from RGB is 157 - color contains mainly: blue. Hex color #023A9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023A9D is #FDC562. Grayscale: #343434. Windows color (decimal): -16631139 or 10304002. OLE color: 10304002.

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

Color convert

RGB 2 58 157 -
CMYK 0.99 0.63 0 0.38
HSL 218.32º 0.97% 0.31% -
HSV(B) 218.32º 0.99% 0.62% -
XYZ 7.62 5.47 32.55 -
YUV 52.54 186.95 91.95 -
System Red Green Blue C M Y K H S L
Decimal 2 58 157 0.99 0.63 0 0.38 218.32 0.97 0.31
Hex 2 3A 9D 63 3F 0 26 DA 61 1F
Octal 2 72 235 143 77 0 46 332 141 37
Binary 10 111010 10011101 1100011 111111 0 100110 11011010 1100001 11111

Color Harmonies of #023A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023A9D

Black with #023A9D

Text Example


Text Example

White with #023A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,58,157); }

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

background-color css

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

 a { background-color: rgb(2,58,157); }

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

border-color css

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

 span { border-color: rgb(2,58,157); }

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