Html Css Color HEX #123374 Sapphire

📋 copy color: '#123374'

red 18 ◦ green 51 ◦ blue 116

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

Shades of Sapphire #123374

Tints of Sapphire #123374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 62.7%

R = 9.73%
G = 27.57%
B = 62.7%

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

#123374 (or 0x123374) is known color: Sapphire. HEX triplet: 12, 33 and 74. RGB value is (18,51,116). Sum of RGB (Red+Green+Blue) = 18+51+116=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #123374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123374 is #EDCC8B. Grayscale: #303030. Windows color (decimal): -15584396 or 7615250. OLE color: 7615250.

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

Color convert

RGB 18 51 116 -
CMYK 0.84 0.56 0 0.55
HSL 219.8º 0.73% 0.26% -
HSV(B) 219.8º 0.84% 0.45% -
XYZ 4.59 3.76 17.01 -
YUV 48.54 166.07 106.21 -
System Red Green Blue C M Y K H S L
Decimal 18 51 116 0.84 0.56 0 0.55 219.8 0.73 0.26
Hex 12 33 74 54 38 0 37 DC 49 1A
Octal 22 63 164 124 70 0 67 334 111 32
Binary 10010 110011 1110100 1010100 111000 0 110111 11011100 1001001 11010

Color Harmonies of #123374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123374

Black with #123374

Text Example


Text Example

White with #123374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123374; }

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

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

background-color css

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

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

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

border-color css

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

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

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