Html Css Color HEX #122065 Sapphire

📋 copy color: '#122065'

red 18 ◦ green 32 ◦ blue 101

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

Shades of Sapphire #122065

Tints of Sapphire #122065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.19%

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

R = 11.92%
G = 21.19%
B = 66.89%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#122065 (or 0x122065) is known color: Sapphire. HEX triplet: 12, 20 and 65. RGB value is (18,32,101). Sum of RGB (Red+Green+Blue) = 18+32+101=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 101 (39.84% from 255 or 66.89% from 151); Max value from RGB is 101 - color contains mainly: blue. Hex color #122065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122065 is #EDDF9A. Grayscale: #232323. Windows color (decimal): -15589275 or 6627346. OLE color: 6627346.

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

Color convert

RGB 18 32 101 -
CMYK 0.82 0.68 0 0.60
HSL 229.88º 0.7% 0.23% -
HSV(B) 229.88º 0.82% 0.4% -
XYZ 3.11 2.1 12.55 -
YUV 35.68 164.86 115.39 -
System Red Green Blue C M Y K H S L
Decimal 18 32 101 0.82 0.68 0 0.60 229.88 0.7 0.23
Hex 12 20 65 52 44 0 3C E6 46 17
Octal 22 40 145 122 104 0 74 346 106 27
Binary 10010 100000 1100101 1010010 1000100 0 111100 11100110 1000110 10111

Color Harmonies of #122065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122065

Black with #122065

Text Example


Text Example

White with #122065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122065; }

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

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

background-color css

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

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

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

border-color css

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

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

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