Html Css Color HEX #003092 Smalt

📋 copy color: '#003092'

red 0 ◦ green 48 ◦ blue 146

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

Shades of Smalt #003092

Tints of Smalt #003092

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 24.74%
B = 75.26%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#003092 (or 0x003092) is known color: Smalt. HEX triplet: 00, 30 and 92. RGB value is (0,48,146). Sum of RGB (Red+Green+Blue) = 0+48+146=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 146 (57.42% from 255 or 75.26% from 194); Max value from RGB is 146 - color contains mainly: blue. Hex color #003092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003092 is #FFCF6D. Grayscale: #2C2C2C. Windows color (decimal): -16764782 or 9580544. OLE color: 9580544.

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

Color convert

RGB 0 48 146 -
CMYK 1 0.67 0 0.43
HSL 220.27º 1% 0.29% -
HSV(B) 220.27º 1% 0.57% -
XYZ 6.25 4.19 27.67 -
YUV 44.82 185.1 96.03 -
System Red Green Blue C M Y K H S L
Decimal 0 48 146 1 0.67 0 0.43 220.27 1 0.29
Hex 0 30 92 64 43 0 2B DC 64 1D
Octal 0 60 222 144 103 0 53 334 144 35
Binary 0 110000 10010010 1100100 1000011 0 101011 11011100 1100100 11101

Color Harmonies of #003092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003092

Black with #003092

Text Example


Text Example

White with #003092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003092; }

 p { color: rgb(0,48,146); }

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

background-color css

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

 a { background-color: rgb(0,48,146); }

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

border-color css

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

 span { border-color: rgb(0,48,146); }

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