Html Css Color HEX #122966 Sapphire

📋 copy color: '#122966'

red 18 ◦ green 41 ◦ blue 102

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

Shades of Sapphire #122966

Tints of Sapphire #122966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.47%

 BLUE value IS 102 (40.23% from 255) = 63.35%

R = 11.18%
G = 25.47%
B = 63.35%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#122966 (or 0x122966) is known color: Sapphire. HEX triplet: 12, 29 and 66. RGB value is (18,41,102). Sum of RGB (Red+Green+Blue) = 18+41+102=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #122966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122966 is #EDD699. Grayscale: #282828. Windows color (decimal): -15586970 or 6695186. OLE color: 6695186.

HSL color Cylindrical-coordinate representation of color #122966: hue angle of 223.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122966 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 41 102 -
CMYK 0.82 0.60 0 0.6
HSL 223.57º 0.7% 0.24% -
HSV(B) 223.57º 0.82% 0.4% -
XYZ 3.44 2.67 12.91 -
YUV 41.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 18 41 102 0.82 0.60 0 0.6 223.57 0.7 0.24
Hex 12 29 66 52 3C 0 3C E0 46 18
Octal 22 51 146 122 74 0 74 340 106 30
Binary 10010 101001 1100110 1010010 111100 0 111100 11100000 1000110 11000

Color Harmonies of #122966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122966

Black with #122966

Text Example


Text Example

White with #122966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122966; }

 p { color: rgb(18,41,102); }

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

background-color css

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

 a { background-color: rgb(18,41,102); }

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

border-color css

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

 span { border-color: rgb(18,41,102); }

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