Html Css Color HEX #122670 Sapphire

📋 copy color: '#122670'

red 18 ◦ green 38 ◦ blue 112

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

Shades of Sapphire #122670

Tints of Sapphire #122670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.62%

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

R = 10.71%
G = 22.62%
B = 66.67%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#122670 (or 0x122670) is known color: Sapphire. HEX triplet: 12, 26 and 70. RGB value is (18,38,112). Sum of RGB (Red+Green+Blue) = 18+38+112=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #122670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122670 is #EDD98F. Grayscale: #282828. Windows color (decimal): -15587728 or 7349778. OLE color: 7349778.

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

Color convert

RGB 18 38 112 -
CMYK 0.84 0.66 0 0.56
HSL 227.23º 0.72% 0.25% -
HSV(B) 227.23º 0.84% 0.44% -
XYZ 3.87 2.68 15.64 -
YUV 40.46 168.37 111.98 -
System Red Green Blue C M Y K H S L
Decimal 18 38 112 0.84 0.66 0 0.56 227.23 0.72 0.25
Hex 12 26 70 54 42 0 38 E3 48 19
Octal 22 46 160 124 102 0 70 343 110 31
Binary 10010 100110 1110000 1010100 1000010 0 111000 11100011 1001000 11001

Color Harmonies of #122670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122670

Black with #122670

Text Example


Text Example

White with #122670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122670; }

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

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

background-color css

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

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

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

border-color css

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

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

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