Html Css Color HEX #123274 Sapphire

📋 copy color: '#123274'

red 18 ◦ green 50 ◦ blue 116

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

Shades of Sapphire #123274

Tints of Sapphire #123274

RGB

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

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

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

R = 9.78%
G = 27.17%
B = 63.04%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#123274 (or 0x123274) is known color: Sapphire. HEX triplet: 12, 32 and 74. RGB value is (18,50,116). Sum of RGB (Red+Green+Blue) = 18+50+116=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 116 (45.70% from 255 or 63.04% from 184); Max value from RGB is 116 - color contains mainly: blue. Hex color #123274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123274 is #EDCD8B. Grayscale: #2F2F2F. Windows color (decimal): -15584652 or 7614994. OLE color: 7614994.

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

Color convert

RGB 18 50 116 -
CMYK 0.84 0.57 0 0.55
HSL 220.41º 0.73% 0.26% -
HSV(B) 220.41º 0.84% 0.45% -
XYZ 4.54 3.67 16.99 -
YUV 47.96 166.4 106.63 -
System Red Green Blue C M Y K H S L
Decimal 18 50 116 0.84 0.57 0 0.55 220.41 0.73 0.26
Hex 12 32 74 54 39 0 37 DC 49 1A
Octal 22 62 164 124 71 0 67 334 111 32
Binary 10010 110010 1110100 1010100 111001 0 110111 11011100 1001001 11010

Color Harmonies of #123274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123274

Black with #123274

Text Example


Text Example

White with #123274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123274; }

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

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

background-color css

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

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

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

border-color css

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

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

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