Html Css Color HEX #122771 Sapphire

📋 copy color: '#122771'

red 18 ◦ green 39 ◦ blue 113

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

Shades of Sapphire #122771

Tints of Sapphire #122771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.94%

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

R = 10.59%
G = 22.94%
B = 66.47%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#122771 (or 0x122771) is known color: Sapphire. HEX triplet: 12, 27 and 71. RGB value is (18,39,113). Sum of RGB (Red+Green+Blue) = 18+39+113=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #122771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122771 is #EDD88E. Grayscale: #282828. Windows color (decimal): -15587471 or 7415570. OLE color: 7415570.

HSL color Cylindrical-coordinate representation of color #122771: hue angle of 226.74º 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 #122771 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 39 113 -
CMYK 0.84 0.65 0 0.56
HSL 226.74º 0.73% 0.26% -
HSV(B) 226.74º 0.84% 0.44% -
XYZ 3.96 2.77 15.95 -
YUV 41.16 168.54 111.48 -
System Red Green Blue C M Y K H S L
Decimal 18 39 113 0.84 0.65 0 0.56 226.74 0.73 0.26
Hex 12 27 71 54 41 0 38 E3 49 1A
Octal 22 47 161 124 101 0 70 343 111 32
Binary 10010 100111 1110001 1010100 1000001 0 111000 11100011 1001001 11010

Color Harmonies of #122771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122771

Black with #122771

Text Example


Text Example

White with #122771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122771; }

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

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

background-color css

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

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

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

border-color css

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

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

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