Html Css Color HEX #123375 Sapphire

📋 copy color: '#123375'

red 18 ◦ green 51 ◦ blue 117

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

Shades of Sapphire #123375

Tints of Sapphire #123375

RGB

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

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

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

R = 9.68%
G = 27.42%
B = 62.9%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#123375 (or 0x123375) is known color: Sapphire. HEX triplet: 12, 33 and 75. RGB value is (18,51,117). Sum of RGB (Red+Green+Blue) = 18+51+117=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #123375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123375 is #EDCC8A. Grayscale: #303030. Windows color (decimal): -15584395 or 7680786. OLE color: 7680786.

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

Color convert

RGB 18 51 117 -
CMYK 0.85 0.56 0 0.54
HSL 220º 0.73% 0.26% -
HSV(B) 220º 0.85% 0.46% -
XYZ 4.64 3.78 17.31 -
YUV 48.66 166.57 106.13 -
System Red Green Blue C M Y K H S L
Decimal 18 51 117 0.85 0.56 0 0.54 220 0.73 0.26
Hex 12 33 75 55 38 0 36 DC 49 1A
Octal 22 63 165 125 70 0 66 334 111 32
Binary 10010 110011 1110101 1010101 111000 0 110110 11011100 1001001 11010

Color Harmonies of #123375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123375

Black with #123375

Text Example


Text Example

White with #123375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123375; }

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

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

background-color css

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

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

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

border-color css

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

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

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