Html Css Color HEX #123071 Sapphire

📋 copy color: '#123071'

red 18 ◦ green 48 ◦ blue 113

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

Shades of Sapphire #123071

Tints of Sapphire #123071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.82%

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

R = 10.06%
G = 26.82%
B = 63.13%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#123071 (or 0x123071) is known color: Sapphire. HEX triplet: 12, 30 and 71. RGB value is (18,48,113). Sum of RGB (Red+Green+Blue) = 18+48+113=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #123071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123071 is #EDCF8E. Grayscale: #2E2E2E. Windows color (decimal): -15585167 or 7417874. OLE color: 7417874.

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

Color convert

RGB 18 48 113 -
CMYK 0.84 0.58 0 0.56
HSL 221.05º 0.73% 0.26% -
HSV(B) 221.05º 0.84% 0.44% -
XYZ 4.29 3.43 16.06 -
YUV 46.44 165.56 107.71 -
System Red Green Blue C M Y K H S L
Decimal 18 48 113 0.84 0.58 0 0.56 221.05 0.73 0.26
Hex 12 30 71 54 3A 0 38 DD 49 1A
Octal 22 60 161 124 72 0 70 335 111 32
Binary 10010 110000 1110001 1010100 111010 0 111000 11011101 1001001 11010

Color Harmonies of #123071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123071

Black with #123071

Text Example


Text Example

White with #123071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123071; }

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

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

background-color css

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

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

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

border-color css

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

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

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