Html Css Color HEX #003292 Smalt

📋 copy color: '#003292'

red 0 ◦ green 50 ◦ blue 146

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

Shades of Smalt #003292

Tints of Smalt #003292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

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

R = 0%
G = 25.51%
B = 74.49%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#003292 (or 0x003292) is known color: Smalt. HEX triplet: 00, 32 and 92. RGB value is (0,50,146). Sum of RGB (Red+Green+Blue) = 0+50+146=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 146 (57.42% from 255 or 74.49% from 196); Max value from RGB is 146 - color contains mainly: blue. Hex color #003292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003292 is #FFCD6D. Grayscale: #2D2D2D. Windows color (decimal): -16764270 or 9581056. OLE color: 9581056.

HSL color Cylindrical-coordinate representation of color #003292: hue angle of 219.45º 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 #003292 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 50 146 -
CMYK 1 0.66 0 0.43
HSL 219.45º 1% 0.29% -
HSV(B) 219.45º 1% 0.57% -
XYZ 6.33 4.36 27.7 -
YUV 45.99 184.44 95.19 -
System Red Green Blue C M Y K H S L
Decimal 0 50 146 1 0.66 0 0.43 219.45 1 0.29
Hex 0 32 92 64 42 0 2B DB 64 1D
Octal 0 62 222 144 102 0 53 333 144 35
Binary 0 110010 10010010 1100100 1000010 0 101011 11011011 1100100 11101

Color Harmonies of #003292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003292

Black with #003292

Text Example


Text Example

White with #003292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003292; }

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

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

background-color css

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

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

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

border-color css

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

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

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