Html Css Color HEX #023394 Smalt

📋 copy color: '#023394'

red 2 ◦ green 51 ◦ blue 148

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

Shades of Smalt #023394

Tints of Smalt #023394

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

 BLUE value IS 148 (58.2% from 255) = 73.63%

R = 1%
G = 25.37%
B = 73.63%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#023394 (or 0x023394) is known color: Smalt. HEX triplet: 02, 33 and 94. RGB value is (2,51,148). Sum of RGB (Red+Green+Blue) = 2+51+148=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #023394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023394 is #FDCC6B. Grayscale: #2E2E2E. Windows color (decimal): -16632940 or 9712386. OLE color: 9712386.

HSL color Cylindrical-coordinate representation of color #023394: hue angle of 219.86º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023394 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 51 148 -
CMYK 0.99 0.66 0 0.42
HSL 219.86º 0.97% 0.29% -
HSV(B) 219.86º 0.99% 0.58% -
XYZ 6.55 4.52 28.54 -
YUV 47.41 184.77 95.61 -
System Red Green Blue C M Y K H S L
Decimal 2 51 148 0.99 0.66 0 0.42 219.86 0.97 0.29
Hex 2 33 94 63 42 0 2A DC 61 1D
Octal 2 63 224 143 102 0 52 334 141 35
Binary 10 110011 10010100 1100011 1000010 0 101010 11011100 1100001 11101

Color Harmonies of #023394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023394

Black with #023394

Text Example


Text Example

White with #023394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023394; }

 p { color: rgb(2,51,148); }

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

background-color css

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

 a { background-color: rgb(2,51,148); }

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

border-color css

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

 span { border-color: rgb(2,51,148); }

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