Html Css Color HEX #122671 Sapphire

📋 copy color: '#122671'

red 18 ◦ green 38 ◦ blue 113

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

Shades of Sapphire #122671

Tints of Sapphire #122671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.49%

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

R = 10.65%
G = 22.49%
B = 66.86%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#122671 (or 0x122671) is known color: Sapphire. HEX triplet: 12, 26 and 71. RGB value is (18,38,113). Sum of RGB (Red+Green+Blue) = 18+38+113=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 113 (44.53% from 255 or 66.86% from 169); Max value from RGB is 113 - color contains mainly: blue. Hex color #122671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122671 is #EDD98E. Grayscale: #282828. Windows color (decimal): -15587727 or 7415314. OLE color: 7415314.

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

Color convert

RGB 18 38 113 -
CMYK 0.84 0.66 0 0.56
HSL 227.37º 0.73% 0.26% -
HSV(B) 227.37º 0.84% 0.44% -
XYZ 3.92 2.71 15.94 -
YUV 40.57 168.87 111.9 -
System Red Green Blue C M Y K H S L
Decimal 18 38 113 0.84 0.66 0 0.56 227.37 0.73 0.26
Hex 12 26 71 54 42 0 38 E3 49 1A
Octal 22 46 161 124 102 0 70 343 111 32
Binary 10010 100110 1110001 1010100 1000010 0 111000 11100011 1001001 11010

Color Harmonies of #122671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122671

Black with #122671

Text Example


Text Example

White with #122671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122671; }

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

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

background-color css

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

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

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

border-color css

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

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

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