Html Css Color HEX #123073 Sapphire

📋 copy color: '#123073'

red 18 ◦ green 48 ◦ blue 115

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

Shades of Sapphire #123073

Tints of Sapphire #123073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 63.54%

R = 9.94%
G = 26.52%
B = 63.54%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#123073 (or 0x123073) is known color: Sapphire. HEX triplet: 12, 30 and 73. RGB value is (18,48,115). Sum of RGB (Red+Green+Blue) = 18+48+115=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #123073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123073 is #EDCF8C. Grayscale: #2E2E2E. Windows color (decimal): -15585165 or 7548946. OLE color: 7548946.

HSL color Cylindrical-coordinate representation of color #123073: hue angle of 221.44º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123073 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 48 115 -
CMYK 0.84 0.58 0 0.55
HSL 221.44º 0.73% 0.26% -
HSV(B) 221.44º 0.84% 0.45% -
XYZ 4.4 3.48 16.66 -
YUV 46.67 166.56 107.55 -
System Red Green Blue C M Y K H S L
Decimal 18 48 115 0.84 0.58 0 0.55 221.44 0.73 0.26
Hex 12 30 73 54 3A 0 37 DD 49 1A
Octal 22 60 163 124 72 0 67 335 111 32
Binary 10010 110000 1110011 1010100 111010 0 110111 11011101 1001001 11010

Color Harmonies of #123073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123073

Black with #123073

Text Example


Text Example

White with #123073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123073; }

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

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

background-color css

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

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

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

border-color css

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

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

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