Html Css Color HEX #122366 Sapphire

📋 copy color: '#122366'

red 18 ◦ green 35 ◦ blue 102

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

Shades of Sapphire #122366

Tints of Sapphire #122366

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.58%

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

R = 11.61%
G = 22.58%
B = 65.81%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#122366 (or 0x122366) is known color: Sapphire. HEX triplet: 12, 23 and 66. RGB value is (18,35,102). Sum of RGB (Red+Green+Blue) = 18+35+102=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #122366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122366 is #EDDC99. Grayscale: #252525. Windows color (decimal): -15588506 or 6693650. OLE color: 6693650.

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

Color convert

RGB 18 35 102 -
CMYK 0.82 0.66 0 0.6
HSL 227.86º 0.7% 0.24% -
HSV(B) 227.86º 0.82% 0.4% -
XYZ 3.25 2.29 12.84 -
YUV 37.56 164.37 114.05 -
System Red Green Blue C M Y K H S L
Decimal 18 35 102 0.82 0.66 0 0.6 227.86 0.7 0.24
Hex 12 23 66 52 42 0 3C E4 46 18
Octal 22 43 146 122 102 0 74 344 106 30
Binary 10010 100011 1100110 1010010 1000010 0 111100 11100100 1000110 11000

Color Harmonies of #122366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122366

Black with #122366

Text Example


Text Example

White with #122366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122366; }

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

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

background-color css

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

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

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

border-color css

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

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

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