Html Css Color HEX #122F82 Smalt

📋 copy color: '#122F82'

red 18 ◦ green 47 ◦ blue 130

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

Shades of Smalt #122F82

Tints of Smalt #122F82

RGB

 RED value IS 18 (7.42% from 255) = 9.23%

 GREEN value IS 47 (18.75% from 255) = 24.1%

 BLUE value IS 130 (51.17% from 255) = 66.67%

R = 9.23%
G = 24.1%
B = 66.67%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#122F82 (or 0x122F82) is known color: Smalt. HEX triplet: 12, 2F and 82. RGB value is (18,47,130). Sum of RGB (Red+Green+Blue) = 18+47+130=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #122F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122F82 is #EDD07D. Grayscale: #2F2F2F. Windows color (decimal): -15585406 or 8531730. OLE color: 8531730.

HSL color Cylindrical-coordinate representation of color #122F82: hue angle of 224.46º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122F82 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 47 130 -
CMYK 0.86 0.64 0 0.49
HSL 224.46º 0.76% 0.29% -
HSV(B) 224.46º 0.86% 0.51% -
XYZ 5.3 3.77 21.57 -
YUV 47.79 174.39 106.75 -
System Red Green Blue C M Y K H S L
Decimal 18 47 130 0.86 0.64 0 0.49 224.46 0.76 0.29
Hex 12 2F 82 56 40 0 31 E0 4C 1D
Octal 22 57 202 126 100 0 61 340 114 35
Binary 10010 101111 10000010 1010110 1000000 0 110001 11100000 1001100 11101

Color Harmonies of #122F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122F82

Black with #122F82

Text Example


Text Example

White with #122F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122F82; }

 p { color: rgb(18,47,130); }

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

background-color css

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

 a { background-color: rgb(18,47,130); }

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

border-color css

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

 span { border-color: rgb(18,47,130); }

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