Html Css Color HEX #023692 Smalt

📋 copy color: '#023692'

red 2 ◦ green 54 ◦ blue 146

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

Shades of Smalt #023692

Tints of Smalt #023692

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.73%

 BLUE value IS 146 (57.42% from 255) = 72.28%

R = 0.99%
G = 26.73%
B = 72.28%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#023692 (or 0x023692) is known color: Smalt. HEX triplet: 02, 36 and 92. RGB value is (2,54,146). Sum of RGB (Red+Green+Blue) = 2+54+146=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 146 (57.42% from 255 or 72.28% from 202); Max value from RGB is 146 - color contains mainly: blue. Hex color #023692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023692 is #FDC96D. Grayscale: #303030. Windows color (decimal): -16632174 or 9582082. OLE color: 9582082.

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

Color convert

RGB 2 54 146 -
CMYK 0.99 0.63 0 0.43
HSL 218.33º 0.97% 0.29% -
HSV(B) 218.33º 0.99% 0.57% -
XYZ 6.53 4.73 27.76 -
YUV 48.94 182.77 94.52 -
System Red Green Blue C M Y K H S L
Decimal 2 54 146 0.99 0.63 0 0.43 218.33 0.97 0.29
Hex 2 36 92 63 3F 0 2B DA 61 1D
Octal 2 66 222 143 77 0 53 332 141 35
Binary 10 110110 10010010 1100011 111111 0 101011 11011010 1100001 11101

Color Harmonies of #023692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023692

Black with #023692

Text Example


Text Example

White with #023692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023692; }

 p { color: rgb(2,54,146); }

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

background-color css

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

 a { background-color: rgb(2,54,146); }

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

border-color css

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

 span { border-color: rgb(2,54,146); }

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