Html Css Color HEX #133F92 Smalt

📋 copy color: '#133F92'

red 19 ◦ green 63 ◦ blue 146

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

Shades of Smalt #133F92

Tints of Smalt #133F92

RGB

 RED value IS 19 (7.81% from 255) = 8.33%

 GREEN value IS 63 (25% from 255) = 27.63%

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

R = 8.33%
G = 27.63%
B = 64.04%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#133F92 (or 0x133F92) is known color: Smalt. HEX triplet: 13, 3F and 92. RGB value is (19,63,146). Sum of RGB (Red+Green+Blue) = 19+63+146=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #133F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133F92 is #ECC06D. Grayscale: #3A3A3A. Windows color (decimal): -15515758 or 9584403. OLE color: 9584403.

HSL color Cylindrical-coordinate representation of color #133F92: hue angle of 219.21º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133F92 is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 63 146 -
CMYK 0.87 0.57 0 0.43
HSL 219.21º 0.77% 0.32% -
HSV(B) 219.21º 0.87% 0.57% -
XYZ 7.23 5.77 27.93 -
YUV 59.31 176.92 99.25 -
System Red Green Blue C M Y K H S L
Decimal 19 63 146 0.87 0.57 0 0.43 219.21 0.77 0.32
Hex 13 3F 92 57 39 0 2B DB 4D 20
Octal 23 77 222 127 71 0 53 333 115 40
Binary 10011 111111 10010010 1010111 111001 0 101011 11011011 1001101 100000

Color Harmonies of #133F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F92

Black with #133F92

Text Example


Text Example

White with #133F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133F92; }

 p { color: rgb(19,63,146); }

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

background-color css

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

 a { background-color: rgb(19,63,146); }

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

border-color css

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

 span { border-color: rgb(19,63,146); }

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