Html Css Color HEX #122465 Sapphire

📋 copy color: '#122465'

red 18 ◦ green 36 ◦ blue 101

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

Shades of Sapphire #122465

Tints of Sapphire #122465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.23%

 BLUE value IS 101 (39.84% from 255) = 65.16%

R = 11.61%
G = 23.23%
B = 65.16%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#122465 (or 0x122465) is known color: Sapphire. HEX triplet: 12, 24 and 65. RGB value is (18,36,101). Sum of RGB (Red+Green+Blue) = 18+36+101=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #122465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122465 is #EDDB9A. Grayscale: #252525. Windows color (decimal): -15588251 or 6628370. OLE color: 6628370.

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

Color convert

RGB 18 36 101 -
CMYK 0.82 0.64 0 0.60
HSL 226.99º 0.7% 0.23% -
HSV(B) 226.99º 0.82% 0.4% -
XYZ 3.23 2.33 12.59 -
YUV 38.03 163.54 113.71 -
System Red Green Blue C M Y K H S L
Decimal 18 36 101 0.82 0.64 0 0.60 226.99 0.7 0.23
Hex 12 24 65 52 40 0 3C E3 46 17
Octal 22 44 145 122 100 0 74 343 106 27
Binary 10010 100100 1100101 1010010 1000000 0 111100 11100011 1000110 10111

Color Harmonies of #122465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122465

Black with #122465

Text Example


Text Example

White with #122465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122465; }

 p { color: rgb(18,36,101); }

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

background-color css

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

 a { background-color: rgb(18,36,101); }

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

border-color css

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

 span { border-color: rgb(18,36,101); }

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