Html Css Color HEX #122660 Sapphire

📋 copy color: '#122660'

red 18 ◦ green 38 ◦ blue 96

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

Shades of Sapphire #122660

Tints of Sapphire #122660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 63.16%

R = 11.84%
G = 25%
B = 63.16%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122660 (or 0x122660) is known color: Sapphire. HEX triplet: 12, 26 and 60. RGB value is (18,38,96). Sum of RGB (Red+Green+Blue) = 18+38+96=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #122660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122660 is #EDD99F. Grayscale: #262626. Windows color (decimal): -15587744 or 6301202. OLE color: 6301202.

HSL color Cylindrical-coordinate representation of color #122660: hue angle of 224.62º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #122660 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 38 96 -
CMYK 0.81 0.60 0 0.62
HSL 224.62º 0.68% 0.22% -
HSV(B) 224.62º 0.81% 0.38% -
XYZ 3.05 2.36 11.36 -
YUV 38.63 160.37 113.28 -
System Red Green Blue C M Y K H S L
Decimal 18 38 96 0.81 0.60 0 0.62 224.62 0.68 0.22
Hex 12 26 60 51 3C 0 3E E1 44 16
Octal 22 46 140 121 74 0 76 341 104 26
Binary 10010 100110 1100000 1010001 111100 0 111110 11100001 1000100 10110

Color Harmonies of #122660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122660

Black with #122660

Text Example


Text Example

White with #122660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122660; }

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

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

background-color css

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

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

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

border-color css

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

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

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