Html Css Color HEX #123275 Sapphire

📋 copy color: '#123275'

red 18 ◦ green 50 ◦ blue 117

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

Shades of Sapphire #123275

Tints of Sapphire #123275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 63.24%

R = 9.73%
G = 27.03%
B = 63.24%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#123275 (or 0x123275) is known color: Sapphire. HEX triplet: 12, 32 and 75. RGB value is (18,50,117). Sum of RGB (Red+Green+Blue) = 18+50+117=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #123275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123275 is #EDCD8A. Grayscale: #2F2F2F. Windows color (decimal): -15584651 or 7680530. OLE color: 7680530.

HSL color Cylindrical-coordinate representation of color #123275: hue angle of 220.61º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123275 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 50 117 -
CMYK 0.85 0.57 0 0.54
HSL 220.61º 0.73% 0.26% -
HSV(B) 220.61º 0.85% 0.46% -
XYZ 4.6 3.69 17.3 -
YUV 48.07 166.9 106.55 -
System Red Green Blue C M Y K H S L
Decimal 18 50 117 0.85 0.57 0 0.54 220.61 0.73 0.26
Hex 12 32 75 55 39 0 36 DD 49 1A
Octal 22 62 165 125 71 0 66 335 111 32
Binary 10010 110010 1110101 1010101 111001 0 110110 11011101 1001001 11010

Color Harmonies of #123275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123275

Black with #123275

Text Example


Text Example

White with #123275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123275; }

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

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

background-color css

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

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

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

border-color css

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

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

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