Html Css Color HEX #122471 Sapphire

📋 copy color: '#122471'

red 18 ◦ green 36 ◦ blue 113

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

Shades of Sapphire #122471

Tints of Sapphire #122471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.56%

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

R = 10.78%
G = 21.56%
B = 67.66%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#122471 (or 0x122471) is known color: Sapphire. HEX triplet: 12, 24 and 71. RGB value is (18,36,113). Sum of RGB (Red+Green+Blue) = 18+36+113=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 113 (44.53% from 255 or 67.66% from 167); Max value from RGB is 113 - color contains mainly: blue. Hex color #122471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122471 is #EDDB8E. Grayscale: #272727. Windows color (decimal): -15588239 or 7414802. OLE color: 7414802.

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

Color convert

RGB 18 36 113 -
CMYK 0.84 0.68 0 0.56
HSL 228.63º 0.73% 0.26% -
HSV(B) 228.63º 0.84% 0.44% -
XYZ 3.86 2.58 15.92 -
YUV 39.4 169.54 112.74 -
System Red Green Blue C M Y K H S L
Decimal 18 36 113 0.84 0.68 0 0.56 228.63 0.73 0.26
Hex 12 24 71 54 44 0 38 E5 49 1A
Octal 22 44 161 124 104 0 70 345 111 32
Binary 10010 100100 1110001 1010100 1000100 0 111000 11100101 1001001 11010

Color Harmonies of #122471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122471

Black with #122471

Text Example


Text Example

White with #122471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122471; }

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

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

background-color css

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

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

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

border-color css

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

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

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