Html Css Color HEX #023094 Smalt

📋 copy color: '#023094'

red 2 ◦ green 48 ◦ blue 148

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

Shades of Smalt #023094

Tints of Smalt #023094

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.24%

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

R = 1.01%
G = 24.24%
B = 74.75%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#023094 (or 0x023094) is known color: Smalt. HEX triplet: 02, 30 and 94. RGB value is (2,48,148). Sum of RGB (Red+Green+Blue) = 2+48+148=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 148 (58.20% from 255 or 74.75% from 198); Max value from RGB is 148 - color contains mainly: blue. Hex color #023094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023094 is #FDCF6B. Grayscale: #2D2D2D. Windows color (decimal): -16633708 or 9711618. OLE color: 9711618.

HSL color Cylindrical-coordinate representation of color #023094: hue angle of 221.1º 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 #023094 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 48 148 -
CMYK 0.99 0.68 0 0.42
HSL 221.1º 0.97% 0.29% -
HSV(B) 221.1º 0.99% 0.58% -
XYZ 6.43 4.26 28.5 -
YUV 45.65 185.76 96.87 -
System Red Green Blue C M Y K H S L
Decimal 2 48 148 0.99 0.68 0 0.42 221.1 0.97 0.29
Hex 2 30 94 63 44 0 2A DD 61 1D
Octal 2 60 224 143 104 0 52 335 141 35
Binary 10 110000 10010100 1100011 1000100 0 101010 11011101 1100001 11101

Color Harmonies of #023094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023094

Black with #023094

Text Example


Text Example

White with #023094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023094; }

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

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

background-color css

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

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

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

border-color css

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

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

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