Html Css Color HEX #023B8D Smalt

📋 copy color: '#023B8D'

red 2 ◦ green 59 ◦ blue 141

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

Shades of Smalt #023B8D

Tints of Smalt #023B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 69.8%

R = 0.99%
G = 29.21%
B = 69.8%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#023B8D (or 0x023B8D) is known color: Smalt. HEX triplet: 02, 3B and 8D. RGB value is (2,59,141). Sum of RGB (Red+Green+Blue) = 2+59+141=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 141 (55.47% from 255 or 69.80% from 202); Max value from RGB is 141 - color contains mainly: blue. Hex color #023B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023B8D is #FDC472. Grayscale: #323232. Windows color (decimal): -16630899 or 9255682. OLE color: 9255682.

HSL color Cylindrical-coordinate representation of color #023B8D: hue angle of 215.4º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023B8D is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 59 141 -
CMYK 0.99 0.58 0 0.45
HSL 215.4º 0.97% 0.28% -
HSV(B) 215.4º 0.99% 0.55% -
XYZ 6.4 5.06 25.84 -
YUV 51.31 178.62 92.83 -
System Red Green Blue C M Y K H S L
Decimal 2 59 141 0.99 0.58 0 0.45 215.4 0.97 0.28
Hex 2 3B 8D 63 3A 0 2D D7 61 1C
Octal 2 73 215 143 72 0 55 327 141 34
Binary 10 111011 10001101 1100011 111010 0 101101 11010111 1100001 11100

Color Harmonies of #023B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B8D

Black with #023B8D

Text Example


Text Example

White with #023B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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