Html Css Color HEX #122662 Sapphire

📋 copy color: '#122662'

red 18 ◦ green 38 ◦ blue 98

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

Shades of Sapphire #122662

Tints of Sapphire #122662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 63.64%

R = 11.69%
G = 24.68%
B = 63.64%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122662 (or 0x122662) is known color: Sapphire. HEX triplet: 12, 26 and 62. RGB value is (18,38,98). Sum of RGB (Red+Green+Blue) = 18+38+98=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 98 (38.67% from 255 or 63.64% from 154); Max value from RGB is 98 - color contains mainly: blue. Hex color #122662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122662 is #EDD99D. Grayscale: #262626. Windows color (decimal): -15587742 or 6432274. OLE color: 6432274.

HSL color Cylindrical-coordinate representation of color #122662: hue angle of 225º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122662 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 38 98 -
CMYK 0.82 0.61 0 0.62
HSL 225º 0.69% 0.23% -
HSV(B) 225º 0.82% 0.38% -
XYZ 3.15 2.4 11.85 -
YUV 38.86 161.37 113.12 -
System Red Green Blue C M Y K H S L
Decimal 18 38 98 0.82 0.61 0 0.62 225 0.69 0.23
Hex 12 26 62 52 3D 0 3E E1 45 17
Octal 22 46 142 122 75 0 76 341 105 27
Binary 10010 100110 1100010 1010010 111101 0 111110 11100001 1000101 10111

Color Harmonies of #122662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122662

Black with #122662

Text Example


Text Example

White with #122662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122662; }

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

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

background-color css

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

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

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

border-color css

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

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

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