Html Css Color HEX #123070 Sapphire

📋 copy color: '#123070'

red 18 ◦ green 48 ◦ blue 112

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

Shades of Sapphire #123070

Tints of Sapphire #123070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.97%

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

R = 10.11%
G = 26.97%
B = 62.92%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#123070 (or 0x123070) is known color: Sapphire. HEX triplet: 12, 30 and 70. RGB value is (18,48,112). Sum of RGB (Red+Green+Blue) = 18+48+112=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #123070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123070 is #EDCF8F. Grayscale: #2E2E2E. Windows color (decimal): -15585168 or 7352338. OLE color: 7352338.

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

Color convert

RGB 18 48 112 -
CMYK 0.84 0.57 0 0.56
HSL 220.85º 0.72% 0.25% -
HSV(B) 220.85º 0.84% 0.44% -
XYZ 4.23 3.41 15.76 -
YUV 46.33 165.06 107.8 -
System Red Green Blue C M Y K H S L
Decimal 18 48 112 0.84 0.57 0 0.56 220.85 0.72 0.25
Hex 12 30 70 54 39 0 38 DD 48 19
Octal 22 60 160 124 71 0 70 335 110 31
Binary 10010 110000 1110000 1010100 111001 0 111000 11011101 1001000 11001

Color Harmonies of #123070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123070

Black with #123070

Text Example


Text Example

White with #123070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123070; }

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

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

background-color css

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

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

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

border-color css

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

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

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