Html Css Color HEX #123270 Sapphire

📋 copy color: '#123270'

red 18 ◦ green 50 ◦ blue 112

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

Shades of Sapphire #123270

Tints of Sapphire #123270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 62.22%

R = 10%
G = 27.78%
B = 62.22%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#123270 (or 0x123270) is known color: Sapphire. HEX triplet: 12, 32 and 70. RGB value is (18,50,112). Sum of RGB (Red+Green+Blue) = 18+50+112=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #123270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123270 is #EDCD8F. Grayscale: #2F2F2F. Windows color (decimal): -15584656 or 7352850. OLE color: 7352850.

HSL color Cylindrical-coordinate representation of color #123270: hue angle of 219.57º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123270 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 50 112 -
CMYK 0.84 0.55 0 0.56
HSL 219.57º 0.72% 0.25% -
HSV(B) 219.57º 0.84% 0.44% -
XYZ 4.31 3.58 15.79 -
YUV 47.5 164.4 106.96 -
System Red Green Blue C M Y K H S L
Decimal 18 50 112 0.84 0.55 0 0.56 219.57 0.72 0.25
Hex 12 32 70 54 37 0 38 DC 48 19
Octal 22 62 160 124 67 0 70 334 110 31
Binary 10010 110010 1110000 1010100 110111 0 111000 11011100 1001000 11001

Color Harmonies of #123270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123270

Black with #123270

Text Example


Text Example

White with #123270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123270; }

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

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

background-color css

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

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

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

border-color css

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

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

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