Html Css Color HEX #122659 Sapphire

📋 copy color: '#122659'

red 18 ◦ green 38 ◦ blue 89

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

Shades of Sapphire #122659

Tints of Sapphire #122659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 61.38%

R = 12.41%
G = 26.21%
B = 61.38%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#122659 (or 0x122659) is known color: Sapphire. HEX triplet: 12, 26 and 59. RGB value is (18,38,89). Sum of RGB (Red+Green+Blue) = 18+38+89=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #122659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122659 is #EDD9A6. Grayscale: #252525. Windows color (decimal): -15587751 or 5842450. OLE color: 5842450.

HSL color Cylindrical-coordinate representation of color #122659: hue angle of 223.1º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #122659 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 38 89 -
CMYK 0.80 0.57 0 0.65
HSL 223.1º 0.66% 0.21% -
HSV(B) 223.1º 0.8% 0.35% -
XYZ 2.75 2.24 9.74 -
YUV 37.83 156.87 113.85 -
System Red Green Blue C M Y K H S L
Decimal 18 38 89 0.80 0.57 0 0.65 223.1 0.66 0.21
Hex 12 26 59 50 39 0 41 DF 42 15
Octal 22 46 131 120 71 0 101 337 102 25
Binary 10010 100110 1011001 1010000 111001 0 1000001 11011111 1000010 10101

Color Harmonies of #122659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122659

Black with #122659

Text Example


Text Example

White with #122659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122659; }

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

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

background-color css

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

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

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

border-color css

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

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

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