Html Css Color HEX #023BA4 Smalt

📋 copy color: '#023BA4'

red 2 ◦ green 59 ◦ blue 164

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

Shades of Smalt #023BA4

Tints of Smalt #023BA4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.22%

 BLUE value IS 164 (64.45% from 255) = 72.89%

R = 0.89%
G = 26.22%
B = 72.89%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#023BA4 (or 0x023BA4) is known color: Smalt. HEX triplet: 02, 3B and A4. RGB value is (2,59,164). Sum of RGB (Red+Green+Blue) = 2+59+164=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 164 (64.45% from 255 or 72.89% from 225); Max value from RGB is 164 - color contains mainly: blue. Hex color #023BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023BA4 is #FDC45B. Grayscale: #353535. Windows color (decimal): -16630876 or 10763010. OLE color: 10763010.

HSL color Cylindrical-coordinate representation of color #023BA4: hue angle of 218.89º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023BA4 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 2 59 164 -
CMYK 0.99 0.64 0 0.36
HSL 218.89º 0.98% 0.33% -
HSV(B) 218.89º 0.99% 0.64% -
XYZ 8.29 5.82 35.81 -
YUV 53.93 190.12 90.96 -
System Red Green Blue C M Y K H S L
Decimal 2 59 164 0.99 0.64 0 0.36 218.89 0.98 0.33
Hex 2 3B A4 63 40 0 24 DB 62 21
Octal 2 73 244 143 100 0 44 333 142 41
Binary 10 111011 10100100 1100011 1000000 0 100100 11011011 1100010 100001

Color Harmonies of #023BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023BA4

Black with #023BA4

Text Example


Text Example

White with #023BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,59,164); }

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

background-color css

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

 a { background-color: rgb(2,59,164); }

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

border-color css

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

 span { border-color: rgb(2,59,164); }

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