Html Css Color HEX #123271 Sapphire

📋 copy color: '#123271'

red 18 ◦ green 50 ◦ blue 113

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

Shades of Sapphire #123271

Tints of Sapphire #123271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.62%

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

R = 9.94%
G = 27.62%
B = 62.43%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#123271 (or 0x123271) is known color: Sapphire. HEX triplet: 12, 32 and 71. RGB value is (18,50,113). Sum of RGB (Red+Green+Blue) = 18+50+113=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #123271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123271 is #EDCD8E. Grayscale: #2F2F2F. Windows color (decimal): -15584655 or 7418386. OLE color: 7418386.

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

Color convert

RGB 18 50 113 -
CMYK 0.84 0.56 0 0.56
HSL 219.79º 0.73% 0.26% -
HSV(B) 219.79º 0.84% 0.44% -
XYZ 4.37 3.6 16.09 -
YUV 47.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 18 50 113 0.84 0.56 0 0.56 219.79 0.73 0.26
Hex 12 32 71 54 38 0 38 DC 49 1A
Octal 22 62 161 124 70 0 70 334 111 32
Binary 10010 110010 1110001 1010100 111000 0 111000 11011100 1001001 11010

Color Harmonies of #123271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123271

Black with #123271

Text Example


Text Example

White with #123271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123271; }

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

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

background-color css

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

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

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

border-color css

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

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

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