Html Css Color HEX #122971 Sapphire

📋 copy color: '#122971'

red 18 ◦ green 41 ◦ blue 113

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

Shades of Sapphire #122971

Tints of Sapphire #122971

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.84%

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

R = 10.47%
G = 23.84%
B = 65.7%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#122971 (or 0x122971) is known color: Sapphire. HEX triplet: 12, 29 and 71. RGB value is (18,41,113). Sum of RGB (Red+Green+Blue) = 18+41+113=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 113 (44.53% from 255 or 65.70% from 172); Max value from RGB is 113 - color contains mainly: blue. Hex color #122971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122971 is #EDD68E. Grayscale: #2A2A2A. Windows color (decimal): -15586959 or 7416082. OLE color: 7416082.

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

Color convert

RGB 18 41 113 -
CMYK 0.84 0.64 0 0.56
HSL 225.47º 0.73% 0.26% -
HSV(B) 225.47º 0.84% 0.44% -
XYZ 4.02 2.91 15.97 -
YUV 42.33 167.88 110.65 -
System Red Green Blue C M Y K H S L
Decimal 18 41 113 0.84 0.64 0 0.56 225.47 0.73 0.26
Hex 12 29 71 54 40 0 38 E1 49 1A
Octal 22 51 161 124 100 0 70 341 111 32
Binary 10010 101001 1110001 1010100 1000000 0 111000 11100001 1001001 11010

Color Harmonies of #122971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122971

Black with #122971

Text Example


Text Example

White with #122971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122971; }

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

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

background-color css

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

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

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

border-color css

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

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

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