Html Css Color HEX #122C71 Sapphire

📋 copy color: '#122C71'

red 18 ◦ green 44 ◦ blue 113

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

Shades of Sapphire #122C71

Tints of Sapphire #122C71

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.14%

 BLUE value IS 113 (44.53% from 255) = 64.57%

R = 10.29%
G = 25.14%
B = 64.57%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#122C71 (or 0x122C71) is known color: Sapphire. HEX triplet: 12, 2C and 71. RGB value is (18,44,113). Sum of RGB (Red+Green+Blue) = 18+44+113=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #122C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C71 is #EDD38E. Grayscale: #2B2B2B. Windows color (decimal): -15586191 or 7416850. OLE color: 7416850.

HSL color Cylindrical-coordinate representation of color #122C71: hue angle of 223.58º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122C71 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 44 113 -
CMYK 0.84 0.61 0 0.56
HSL 223.58º 0.73% 0.26% -
HSV(B) 223.58º 0.84% 0.44% -
XYZ 4.13 3.12 16.01 -
YUV 44.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 18 44 113 0.84 0.61 0 0.56 223.58 0.73 0.26
Hex 12 2C 71 54 3D 0 38 E0 49 1A
Octal 22 54 161 124 75 0 70 340 111 32
Binary 10010 101100 1110001 1010100 111101 0 111000 11100000 1001001 11010

Color Harmonies of #122C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122C71

Black with #122C71

Text Example


Text Example

White with #122C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,44,113); }

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

background-color css

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

 a { background-color: rgb(18,44,113); }

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

border-color css

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

 span { border-color: rgb(18,44,113); }

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