Html Css Color HEX #122F85 Smalt

📋 copy color: '#122F85'

red 18 ◦ green 47 ◦ blue 133

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

Shades of Smalt #122F85

Tints of Smalt #122F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 67.17%

R = 9.09%
G = 23.74%
B = 67.17%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#122F85 (or 0x122F85) is known color: Smalt. HEX triplet: 12, 2F and 85. RGB value is (18,47,133). Sum of RGB (Red+Green+Blue) = 18+47+133=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #122F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122F85 is #EDD07A. Grayscale: #2F2F2F. Windows color (decimal): -15585403 or 8728338. OLE color: 8728338.

HSL color Cylindrical-coordinate representation of color #122F85: hue angle of 224.87º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122F85 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 47 133 -
CMYK 0.86 0.65 0 0.48
HSL 224.87º 0.76% 0.3% -
HSV(B) 224.87º 0.86% 0.52% -
XYZ 5.5 3.86 22.64 -
YUV 48.13 175.89 106.51 -
System Red Green Blue C M Y K H S L
Decimal 18 47 133 0.86 0.65 0 0.48 224.87 0.76 0.3
Hex 12 2F 85 56 41 0 30 E1 4C 1E
Octal 22 57 205 126 101 0 60 341 114 36
Binary 10010 101111 10000101 1010110 1000001 0 110000 11100001 1001100 11110

Color Harmonies of #122F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122F85

Black with #122F85

Text Example


Text Example

White with #122F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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