Html Css Color HEX #123373 Sapphire

📋 copy color: '#123373'

red 18 ◦ green 51 ◦ blue 115

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

Shades of Sapphire #123373

Tints of Sapphire #123373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.72%

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

R = 9.78%
G = 27.72%
B = 62.5%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#123373 (or 0x123373) is known color: Sapphire. HEX triplet: 12, 33 and 73. RGB value is (18,51,115). Sum of RGB (Red+Green+Blue) = 18+51+115=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #123373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123373 is #EDCC8C. Grayscale: #303030. Windows color (decimal): -15584397 or 7549714. OLE color: 7549714.

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

Color convert

RGB 18 51 115 -
CMYK 0.84 0.56 0 0.55
HSL 219.59º 0.73% 0.26% -
HSV(B) 219.59º 0.84% 0.45% -
XYZ 4.53 3.73 16.7 -
YUV 48.43 165.57 106.3 -
System Red Green Blue C M Y K H S L
Decimal 18 51 115 0.84 0.56 0 0.55 219.59 0.73 0.26
Hex 12 33 73 54 38 0 37 DC 49 1A
Octal 22 63 163 124 70 0 67 334 111 32
Binary 10010 110011 1110011 1010100 111000 0 110111 11011100 1001001 11010

Color Harmonies of #123373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123373

Black with #123373

Text Example


Text Example

White with #123373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123373; }

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

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

background-color css

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

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

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

border-color css

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

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

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